File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ eval `ssh-agent -s`
2222
2323ssh-add <( echo " $SSH_PRIVATE_KEY " )
2424
25- remote_command=" set -ex ; log() { echo '>> [remote]' \$ @ ; } ; cleanup() { log 'Removing workspace...'; rm -rf \"\$ HOME/workspace\" ; } ; log 'Creating workspace directory...' ; mkdir \"\$ HOME/workspace\" ; trap cleanup EXIT ; log 'Unpacking workspace...' ; tar -C \"\$ HOME/workspace\" -xjv ; log 'Launching docker-compose...' ; COMPOSE_PROJECT =\" $DOCKER_COMPOSE_PREFIX \" ; COMPOSE_FILENAME=\" $DOCKER_COMPOSE_FILENAME \" ; cd \"\$ HOME/workspace\" ; docker-compose up -d"
25+ remote_command=" set -e ; log() { echo '>> [remote]' \$ @ ; } ; cleanup() { log 'Removing workspace...'; rm -rf \"\$ HOME/workspace\" ; } ; log 'Creating workspace directory...' ; mkdir \"\$ HOME/workspace\" ; trap cleanup EXIT ; log 'Unpacking workspace...' ; tar -C \"\$ HOME/workspace\" -xjv ; log 'Launching docker-compose...' ; COMPOSE_PROJECT_NAME =\" $DOCKER_COMPOSE_PREFIX \" ; COMPOSE_FILENAME=\" $DOCKER_COMPOSE_FILENAME \" ; cd \"\$ HOME/workspace\" ; docker-compose up -d"
2626
2727echo " >> [local] Connecting to remote host."
2828ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \
You can’t perform that action at this time.
0 commit comments