replace *a tilde* with *a dot*
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
* seriously
This commit is contained in:
parent
6c92524c4b
commit
e0ab50254e
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user