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