diff --git a/action.yml b/action.yml index 86503a1..d5cc90c 100644 --- a/action.yml +++ b/action.yml @@ -77,10 +77,7 @@ runs: -o UserKnownHostsFile=~/.ssh/known_hosts \ -i ~/.ssh/id_rsa \ "${REMOTE_USER}@${REMOTE_HOST}" \ - echo "$(dirname "${DEPLOYMENT_PATH}")" \ - cd "$(dirname "${DEPLOYMENT_PATH}")" \ - echo "$(pwd)" \ - docker-compose up -d --timeout ${TIMEOUT} + "cd "$(dirname "${DEPLOYMENT_PATH}")" && docker-compose up -d --timeout ${TIMEOUT}" shell: bash - name: Verify services are running