From 7b4ccb68c5e405c8d5a7733e0592a75e8b42d96b Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Tue, 18 Nov 2025 09:38:56 +0100 Subject: [PATCH] fix(pipeline): Change SSH to custom port --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 31d69d0..325e46f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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: |