fix: forgjeo repo rename in deployment file
This commit is contained in:
parent
082c95d0f0
commit
88bc18fd92
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
ssh -i ~/.ssh/deploy_key ubuntu@api.poweron.swiss "
|
ssh -i ~/.ssh/deploy_key ubuntu@api.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 main
|
git fetch origin main
|
||||||
git reset --hard origin/main
|
git reset --hard origin/main
|
||||||
test -f env-gateway-prod-forgejo.env
|
test -f env-gateway-prod-forgejo.env
|
||||||
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
ssh -i ~/.ssh/deploy_key ubuntu@api.poweron.swiss "
|
ssh -i ~/.ssh/deploy_key ubuntu@api.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 main
|
git fetch origin main
|
||||||
git reset --hard origin/main
|
git reset --hard origin/main
|
||||||
test -f env-gateway-prod-forgejo.env
|
test -f env-gateway-prod-forgejo.env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue