From 26505ba7af709a991900c05acf722f31aeeeaaf9 Mon Sep 17 00:00:00 2001 From: "i.dittrich" Date: Mon, 18 May 2026 04:44:26 +0000 Subject: [PATCH] .forgejo/workflows/deploy.yml aktualisiert --- .forgejo/workflows/deploy.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 8c44cfa5..a282eea4 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -1,10 +1,8 @@ -name: Deploy Gateway - +name: Deploy Plattform-Core on: push: branches: - main - jobs: deploy: runs-on: ubuntu-latest @@ -20,11 +18,11 @@ jobs: echo "UserKnownHostsFile=/dev/null" >> ~/.ssh/config ssh -i ~/.ssh/deploy_key ubuntu@api.poweron.swiss " cd /srv/gateway/current && - git remote set-url origin ssh://git@git.poweron.swiss:2222/PowerOn/gateway.git && + git remote set-url origin ssh://git@git.poweron.swiss:2222/PowerOn/plattform-core.git && git pull && cp env-gateway-prod-forgejo.env .env && rm -f env-*.env && source .venv/bin/activate && pip install -r requirements.txt --no-cache-dir && sudo systemctl restart gateway - " + " \ No newline at end of file