diff --git a/.forgejo/workflows/int_porta-int-platform-core.yml b/.forgejo/workflows/int_porta-int-platform-core.yml index 1e9423c3..7f1978e4 100644 --- a/.forgejo/workflows/int_porta-int-platform-core.yml +++ b/.forgejo/workflows/int_porta-int-platform-core.yml @@ -19,7 +19,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-int.env @@ -46,7 +46,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-int.env diff --git a/.forgejo/workflows/main_porta-main-platform-core.yml b/.forgejo/workflows/main_porta-main-platform-core.yml index ead7e6d6..b82a61fa 100644 --- a/.forgejo/workflows/main_porta-main-platform-core.yml +++ b/.forgejo/workflows/main_porta-main-platform-core.yml @@ -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-prod.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-prod.env