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

This commit is contained in:
Ida 2026-05-26 11:57:14 +02:00
parent 082c95d0f0
commit 88bc18fd92

View file

@ -19,7 +19,7 @@ jobs:
ssh -i ~/.ssh/deploy_key ubuntu@api.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 main
git reset --hard origin/main
test -f env-gateway-prod-forgejo.env
@ -46,7 +46,7 @@ jobs:
ssh -i ~/.ssh/deploy_key ubuntu@api.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 main
git reset --hard origin/main
test -f env-gateway-prod-forgejo.env