refactor: no need for verbosity now
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
114804c437
commit
0f112e9522
@ -32,7 +32,7 @@ steps:
|
|||||||
- apk update
|
- apk update
|
||||||
- apk add sshpass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
- apk add sshpass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
- echo $OL_P > nupass
|
- 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
|
- rsync -av --delete --chown $OL public/ $OL@dotya.ml:$OL_D
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user