Add github push (#4)

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: kjuulh/kraken#4
This commit is contained in:
2022-09-12 22:48:00 +02:00
parent c65e3e54f0
commit 15b627a717
2 changed files with 11 additions and 0 deletions

7
scripts/push_github.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
git remote add github git@github.com:kjuulh/kraken.git || true
git push -f github main