fix: was chown instead of --chown
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-07-09 11:33:34 +02:00
parent 61b6750403
commit b65061cbbe
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -33,7 +33,7 @@ steps:
- 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'
- rsync -av --delete chown $OL public/ $OL@dotya.ml:$OL_D
- rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D
---