try again
This commit is contained in:
parent
2e154a08e6
commit
5bc950c5a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -45,6 +45,6 @@ jobs:
|
|||
ssh-keyscan -H $VPS_HOST >> ~/.ssh/known_hosts
|
||||
# rsync -avz $VPS_USER@$VPS_HOST $VPS_PATH
|
||||
# --delete dist/
|
||||
ssh $VPS_USER@$VPS_HOST -p $VPS_PORT "cd $VPS_PATH && touch t.txt
|
||||
ssh $VPS_USER@$VPS_HOST -p $VPS_PORT "cd $VPS_PATH && touch t.txt"
|
||||
# && npm install --production"
|
||||
# && pm2 restart all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue