endless ssh misconfiguration possibilities
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7308c91b34
commit
3985dc6da7
@ -37,9 +37,9 @@ steps:
|
|||||||
- git submodule update
|
- git submodule update
|
||||||
- rm -rfv ./public
|
- rm -rfv ./public
|
||||||
- hugo --gc=true --minify
|
- hugo --gc=true --minify
|
||||||
- echo $hugo_key > hugo_deploy
|
- echo "$hugo_key" > hugo_deploy
|
||||||
- chmod -v 600 hugo_deploy #hellyeah
|
- chmod -v 600 hugo_deploy #hellyeah
|
||||||
- rsync -ave 'ssh -i ./hugo_deploy -o StrictHostKeyChecking=no' --delete public/ $hugo_user@$hugo_host:$hugo_dir
|
- rsync -ave 'ssh -i ./hugo_deploy -c aes256-ctr,aes256-cbc -o StrictHostKeyChecking=no' --delete public/ $hugo_user@$hugo_host:$hugo_dir
|
||||||
- shred -zuv 7 hugo_deploy || true
|
- shred -zuv 7 hugo_deploy || true
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
|
Loading…
Reference in New Issue
Block a user