fix: was chown instead of --chown
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
61b6750403
commit
b65061cbbe
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user