fix: forgjeo repo rename in int deployment file
This commit is contained in:
parent
88bc18fd92
commit
ab48aaea3c
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
ssh -i ~/.ssh/deploy_key ubuntu@api-int.poweron.swiss "
|
ssh -i ~/.ssh/deploy_key ubuntu@api-int.poweron.swiss "
|
||||||
set -e
|
set -e
|
||||||
cd /srv/gateway/current
|
cd /srv/gateway/current
|
||||||
git remote set-url origin ssh://git@git.poweron.swiss:2222/PowerOn/plattform-core.git
|
git remote set-url origin ssh://git@git.poweron.swiss:2222/PowerOn/platform-core.git
|
||||||
git fetch origin int
|
git fetch origin int
|
||||||
git reset --hard origin/int
|
git reset --hard origin/int
|
||||||
test -f env-gateway-int-forgejo.env
|
test -f env-gateway-int-forgejo.env
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
ssh -i ~/.ssh/deploy_key ubuntu@api-int.poweron.swiss "
|
ssh -i ~/.ssh/deploy_key ubuntu@api-int.poweron.swiss "
|
||||||
set -e
|
set -e
|
||||||
cd /srv/gateway/current
|
cd /srv/gateway/current
|
||||||
git remote set-url origin ssh://git@git.poweron.swiss:2222/PowerOn/plattform-core.git
|
git remote set-url origin ssh://git@git.poweron.swiss:2222/PowerOn/platform-core.git
|
||||||
git fetch origin int
|
git fetch origin int
|
||||||
git reset --hard origin/int
|
git reset --hard origin/int
|
||||||
test -f env-gateway-int-forgejo.env
|
test -f env-gateway-int-forgejo.env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue