fixed typo in scp destination path

This commit is contained in:
shockrah 2020-10-26 13:05:44 -07:00
parent 7946ad25e7
commit bbfe3f1864

View File

@ -11,4 +11,4 @@ deploy:
script:
- bash ./build.sh
- echo the next item will fail
- sshpass -p $SSH_PASS scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/wwww/website
- sshpass -p $SSH_PASS scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/www/website