holding onto keys and using new no password auth, only public/private keys are allowed now

This commit is contained in:
shockrah 2020-10-29 19:51:12 -07:00
parent 6340da1fae
commit 3d3c326707
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ site/
tmp/
.env
.mirror
keys/

View File

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