[CI] fix strange bug
This commit is contained in:
parent
5227ce68d7
commit
cb6679ef5e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ deploy_commands_alias:
|
||||||
- echo "deploy $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_DIR or $${DEPLOY_DIR}"
|
- echo "deploy $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_DIR or $${DEPLOY_DIR}"
|
||||||
- echo "$DEPLOY_KEY" | sed 's/!/\n/g' > deploy_key
|
- echo "$DEPLOY_KEY" | sed 's/!/\n/g' > deploy_key
|
||||||
- chmod 0600 deploy_key
|
- chmod 0600 deploy_key
|
||||||
|
- echo "echo something otherwise the next line unterminated quote"
|
||||||
- ssh -i deploy_key -o StrictHostKeyChecking=no $DEPLOY_USER@$DEPLOY_HOST rm -Rf $${DEPLOY_DIR}/output/
|
- ssh -i deploy_key -o StrictHostKeyChecking=no $DEPLOY_USER@$DEPLOY_HOST rm -Rf $${DEPLOY_DIR}/output/
|
||||||
- scp -r -i deploy_key -o StrictHostKeyChecking=no output $DEPLOY_USER@$DEPLOY_HOST:$${DEPLOY_DIR}
|
- scp -r -i deploy_key -o StrictHostKeyChecking=no output $DEPLOY_USER@$DEPLOY_HOST:$${DEPLOY_DIR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue