verbose mode
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
978cfac12e
commit
fd476631a5
|
@ -30,5 +30,5 @@ steps:
|
||||||
# skip key checking as this runner has never seen the host before
|
# skip key checking as this runner has never seen the host before
|
||||||
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
# run operations on the remote host
|
# run operations on the remote host
|
||||||
- ssh "$${USER}@$${HOST}" "[[ -d $${DEST} ]] && rm -r $${DEST}"
|
- ssh -v "$${USER}@$${HOST}" "[[ -d $${DEST} ]] && rm -r $${DEST}"
|
||||||
- rsync -rP content/* "$${USER}@$${HOST}:$${DEST}"
|
- rsync -rP content/* "$${USER}@$${HOST}:$${DEST}"
|
||||||
|
|
Loading…
Reference in New Issue