From 60bcfd080b043475b37cbeaaed491bc1ab1c5982 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Tue, 18 Nov 2025 16:20:30 +0100 Subject: [PATCH] fix(pipeline): Pass SSH variable in a different way --- .gitea/workflows/pipeline.yaml | 3 +-- legalconsenthub-backend/README.md | 2 +- legalconsenthub/README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 3e48bef..ca73a9f 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -230,8 +230,7 @@ jobs: - name: Deploy to server run: | - ssh -i ~/.ssh/id_rsa -p 32766 -o StrictHostKeyChecking=accept-new deploy@ds218 \ - "SYNOLOGY_DEPLOY_PULL_IMAGE_TOKEN=${{ secrets.SYNOLOGY_DEPLOY_PULL_IMAGE_TOKEN }} sudo /usr/local/bin/deployLegalconsenthub.sh" + ssh -i ~/.ssh/id_rsa -p 32766 -o StrictHostKeyChecking=accept-new deploy@ds218 "sudo /usr/local/bin/deployLegalconsenthub.sh" - name: Deployment successful run: | diff --git a/legalconsenthub-backend/README.md b/legalconsenthub-backend/README.md index f948794..b481fea 100644 --- a/legalconsenthub-backend/README.md +++ b/legalconsenthub-backend/README.md @@ -2,4 +2,4 @@ ## Pipeline Triggering -Trigger count: 5 +Trigger count: 6 diff --git a/legalconsenthub/README.md b/legalconsenthub/README.md index 4ed17ce..ba399be 100644 --- a/legalconsenthub/README.md +++ b/legalconsenthub/README.md @@ -2,4 +2,4 @@ ## Pipeline Triggering -Trigger count: 5 +Trigger count: 6