mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-05-06 10:07:55 +00:00
fix(ci): set SSH port 2222 for DEV VPS deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user