Add github push #4

Merged
kjuulh merged 1 commits from feature/push-github into main 2022-09-12 22:48:00 +02:00
2 changed files with 11 additions and 0 deletions

View File

@ -5,3 +5,7 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-go-plan.git"
vars:
service: "kraken"
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"
scripts:
push_github:
type: shell

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