fix: no additional newlines plz
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-07-09 10:12:41 +02:00
parent 19d2f1f7db
commit a6ee7838e4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -31,8 +31,8 @@ steps:
OL_D:
from_secret: hugo_dir
commands:
- echo $OL_K > ol_k
- echo $OL_K_PUB > ol_k.pub
- echo -n $OL_K > ol_k
- echo -n $OL_K_PUB > ol_k.pub
- chmod -v 0600 ./ol_k
- chmod -v 0644 ./ol_k.pub
- rsync --rsh="ssh -i ./ol_k -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -av --delete chown $OL public/ $OL@dotya.ml:$OL_D