File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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 -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...' ; cd \"\$ HOME/workspace\" ; docker-compose -f \" $DOCKER_COMPOSE_FILENAME \" -p \" $DOCKER_COMPOSE_PREFIX \" up -d --remove-orphans"
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...' ; cd \"\$ HOME/workspace\" ; docker-compose -f \" $DOCKER_COMPOSE_FILENAME \" -p \" $DOCKER_COMPOSE_PREFIX \" up -d --remove-orphans --build "
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