From ab48aaea3c1c9a6b9d0e076de1a98da85eb4f51c Mon Sep 17 00:00:00 2001 From: Ida Date: Tue, 26 May 2026 11:58:15 +0200 Subject: [PATCH] fix: forgjeo repo rename in int deployment file --- .forgejo/workflows/deploy-int.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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