fix(pipeline): Pass SSH variable in a different way

This commit is contained in:
2025-11-18 16:20:30 +01:00
parent 77e7623442
commit 60bcfd080b
3 changed files with 3 additions and 4 deletions

View File

@@ -230,8 +230,7 @@ jobs:
- name: Deploy to server - name: Deploy to server
run: | run: |
ssh -i ~/.ssh/id_rsa -p 32766 -o StrictHostKeyChecking=accept-new deploy@ds218 \ ssh -i ~/.ssh/id_rsa -p 32766 -o StrictHostKeyChecking=accept-new deploy@ds218 "sudo /usr/local/bin/deployLegalconsenthub.sh"
"SYNOLOGY_DEPLOY_PULL_IMAGE_TOKEN=${{ secrets.SYNOLOGY_DEPLOY_PULL_IMAGE_TOKEN }} sudo /usr/local/bin/deployLegalconsenthub.sh"
- name: Deployment successful - name: Deployment successful
run: | run: |

View File

@@ -2,4 +2,4 @@
## Pipeline Triggering ## Pipeline Triggering
Trigger count: 5 Trigger count: 6

View File

@@ -2,4 +2,4 @@
## Pipeline Triggering ## Pipeline Triggering
Trigger count: 5 Trigger count: 6