mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-14 06:41:01 +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 }}
|
host: ${{ secrets.VPS_HOST }}
|
||||||
username: ${{ secrets.VPS_USER }}
|
username: ${{ secrets.VPS_USER }}
|
||||||
key: ${{ secrets.VPS_SSH_KEY }}
|
key: ${{ secrets.VPS_SSH_KEY }}
|
||||||
|
port: ${{ secrets.VPS_SSH_PORT || 2222 }}
|
||||||
source: 'dist/*'
|
source: 'dist/*'
|
||||||
target: '/var/www/subdomains/app'
|
target: '/var/www/subdomains/app'
|
||||||
strip_components: 1
|
strip_components: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user