chore: edit path (path on the server has been changed)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-09-02 23:55:42 +02:00
parent 5853085d4f
commit 3ca9acbdd0
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -63,11 +63,11 @@ steps:
OL_P: OL_P:
from_secret: hugo_passwd from_secret: hugo_passwd
OL_D: OL_D:
from_secret: hugo_dir from_secret: hugo_dir_t
commands: commands:
- echo $OL_P > nupass - echo $OL_P > nupass
- export RSYNC_RSH='sshpass -f ./nupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' - export RSYNC_RSH='sshpass -f ./nupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
- rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D-test - rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D
--- ---