Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: https://git.front.kjuulh.io/kjuulh/octopush/pulls/14
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git remote add github git@github.com:kjuulh/octopush.git || true
|
|
|
|
git push -f github main
|