holding onto keys and using new no password auth, only public/private keys are allowed now
This commit is contained in:
parent
6340da1fae
commit
3d3c326707
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ site/
|
||||
tmp/
|
||||
.env
|
||||
.mirror
|
||||
keys/
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user