replace *a tilde* with *a dot*
Some checks failed
continuous-integration/drone/push Build is failing

* seriously
This commit is contained in:
surtur 2020-03-08 05:49:13 +01:00
parent 6c92524c4b
commit e0ab50254e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -38,7 +38,7 @@ steps:
- rm -rfv ./public - rm -rfv ./public
- hugo --gc=true --minify - hugo --gc=true --minify
- echo $hugo_key > hugo_deploy - echo $hugo_key > hugo_deploy
- rsync -avze 'ssh -i ~/hugo_deploy' --delete public/ $hugo_user@$hugo_host:$hugo_dir - rsync -avze 'ssh -i ./hugo_deploy' --delete public/ $hugo_user@$hugo_host:$hugo_dir
- shred -zuv 7 hugo_deploy || true - shred -zuv 7 hugo_deploy || true
when: when:
status: status: