From 79ec55226401b47b2f3ba792678667a6493a8eee Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Sun, 24 May 2026 03:09:53 +0200
Subject: [PATCH] fix: update repo name references plattform-core ->
platform-core
Co-authored-by: Cursor
---
.forgejo/workflows/int_porta-int-platform-core.yml | 4 ++--
.forgejo/workflows/main_porta-main-platform-core.yml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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