fix: 'Host key verification failed' issue introduced in a9c1c635e7
This commit is contained in:
parent
a9c1c635e7
commit
9772a9ddea
@ -31,7 +31,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- export DAT_DIR=$OL_D
|
- export DAT_DIR=$OL_D
|
||||||
- export RSYNC_PASSWORD=$OL_P
|
- export RSYNC_PASSWORD=$OL_P
|
||||||
- rsync -av --delete chown $OL public/ $OL@dotya.ml:$DAT_DIR
|
- rsync --rsh="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -av --delete chown $OL public/ $OL@dotya.ml:$DAT_DIR
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user