From 1e047eba9122aa0c97cd96cd557f965801ab7241 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 1 May 2026 14:09:27 +0300 Subject: [PATCH] fix(ci): set SSH port 2222 for DEV VPS deploy --- .github/workflows/quality-gate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 02c0443d..ee4a0d18 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -123,6 +123,7 @@ jobs: host: ${{ secrets.VPS_HOST }} username: ${{ secrets.VPS_USER }} key: ${{ secrets.VPS_SSH_KEY }} + port: ${{ secrets.VPS_SSH_PORT || 2222 }} source: 'dist/*' target: '/var/www/subdomains/app' strip_components: 1