fix: forgjeo repo rename in int deployment file
Some checks failed
Deploy Plattform-Core INT / test (push) Failing after 18s
Deploy Plattform-Core INT / deploy (push) Has been skipped

This commit is contained in:
Ida 2026-05-26 11:58:15 +02:00
parent 88bc18fd92
commit ab48aaea3c

View file

@ -21,7 +21,7 @@ jobs:
ssh -i ~/.ssh/deploy_key ubuntu@api-int.poweron.swiss "
set -e
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 reset --hard origin/int
test -f env-gateway-int-forgejo.env
@ -48,7 +48,7 @@ jobs:
ssh -i ~/.ssh/deploy_key ubuntu@api-int.poweron.swiss "
set -e
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 reset --hard origin/int
test -f env-gateway-int-forgejo.env