refactor: no need for verbosity now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-07-09 11:37:24 +02:00
parent 114804c437
commit 0f112e9522
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -32,7 +32,7 @@ steps:
- apk update
- apk add sshpass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
- echo $OL_P > nupass
- export RSYNC_RSH='sshpass -f ./nupass ssh -v -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