fix(ci): set SSH port 2222 for DEV VPS deploy

This commit is contained in:
2026-05-01 14:09:27 +03:00
parent 14d6da24db
commit 1e047eba91
+1
View File
@@ -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