fix: update repo name references plattform-core -> platform-core
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
906870faa8
commit
79ec552264
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue