fix: love variables in ssh commands

This commit is contained in:
2025-09-14 11:22:17 +03:00
parent 5099f8446a
commit 0333f08b81

View File

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