fix(pipeline): Change SSH to custom port

This commit is contained in:
2025-11-18 09:38:56 +01:00
parent 2e56e48bcb
commit 7b4ccb68c5

View File

@@ -27,7 +27,7 @@ jobs:
- name: Deploy to server
run: |
ssh -o StrictHostKeyChecking=accept-new deploy@ds218 'sudo /usr/local/bin/deployLegalconsenthub.sh'
ssh -p 32766 -o StrictHostKeyChecking=accept-new deploy@ds218 'sudo /usr/local/bin/deployLegalconsenthub.sh'
- name: Deployment successful
run: |