try again

This commit is contained in:
Kars van Velzen 2024-10-20 19:49:01 +02:00
parent 2e154a08e6
commit 5bc950c5a8

View file

@ -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"