diff --git a/.forgejo/workflows/deploy-int.yml b/.forgejo/workflows/deploy-int.yml index e96f8d1b..e84dab31 100644 --- a/.forgejo/workflows/deploy-int.yml +++ b/.forgejo/workflows/deploy-int.yml @@ -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