no longer using sshpass since the vps no longer accepts passwords

This commit is contained in:
shockrah 2020-10-29 19:21:52 -07:00
parent f2b1afe7d1
commit 6340da1fae

View File

@ -11,5 +11,5 @@ deploy:
script:
- bash ./build.sh
- echo the next item will fail
- sshpass -p $SHH_PASS ssh "rm -rf /var/www/website"
- sshpass -p $SSH_PASS scp -o StrictHostKeyChecking=no -r .mirror root@shockrah.xyz:/var/www/website/
- ssh root@shockrah.xyz "rm -rf /var/www/website"
- scp -o StrictHostKeyChecking=no -r .mirror root@shockrah.xyz:/var/www/website/