fix: add some quotes n stuff

This commit is contained in:
2025-09-14 11:24:31 +03:00
parent 0333f08b81
commit a5c029ae83

View File

@@ -77,7 +77,8 @@ runs:
-o UserKnownHostsFile= ~/.ssh/known_hosts \
-i ~/.ssh/id_rsa \
"${REMOTE_USER}@${REMOTE_HOST}" \
docker-compose -f "${DEPLOYMENT_PATH}" up -d --timeout ${TIMEOUT}
cd "$(dirname "${DEPLOYMENT_PATH}")" \
docker-compose up -d --timeout ${TIMEOUT}
shell: bash
- name: Verify services are running