From e7daf7939490612aed15bf97985fbea0df3cfdb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Wed, 18 Feb 2026 21:53:34 +0100 Subject: [PATCH] fix(back-end): try fix profile manager --- .gitea/workflows/cicd.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index b422270..0830c81 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -159,9 +159,8 @@ jobs: "setenv ${{ env.ENV }}" < /tmp/full_env.env # 6. Send docker-compose.deploy.yml to server - # We use a trick to find the base_dir: we look where the script usually puts things - cat docker-compose.deploy.yml | ssh -i ~/.ssh/id_ed25519 -o BatchMode=yes "${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}" \ - "cat > /mnt/cache/appdata/print-calculator/docker-compose-deploy.yml 2>/dev/null || cat > /mnt/user/appdata/print-calculator/docker-compose-deploy.yml" + ssh -i ~/.ssh/id_ed25519 -o BatchMode=yes "${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}" \ + "setcompose ${{ env.ENV }}" < docker-compose.deploy.yml