Add github push #4
@ -5,3 +5,7 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-go-plan.git"
|
|||||||
vars:
|
vars:
|
||||||
service: "kraken"
|
service: "kraken"
|
||||||
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"
|
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"
|
||||||
|
|
||||||
|
scripts:
|
||||||
|
push_github:
|
||||||
|
type: shell
|
||||||
|
7
scripts/push_github.sh
Executable file
7
scripts/push_github.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user