fix: love variables in ssh commands
This commit is contained in:
@@ -76,8 +76,8 @@ runs:
|
|||||||
ssh -o StrictHostKeyChecking=yes \
|
ssh -o StrictHostKeyChecking=yes \
|
||||||
-o UserKnownHostsFile= ~/.ssh/known_hosts \
|
-o UserKnownHostsFile= ~/.ssh/known_hosts \
|
||||||
-i ~/.ssh/id_rsa \
|
-i ~/.ssh/id_rsa \
|
||||||
${REMOTE_USER}@${REMOTE_HOST} \
|
"${REMOTE_USER}@${REMOTE_HOST}" \
|
||||||
docker-compose -f ${DEPLOYMENT_PATH} up -d --timeout ${TIMEOUT}
|
docker-compose -f "${DEPLOYMENT_PATH}" up -d --timeout ${TIMEOUT}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Verify services are running
|
- name: Verify services are running
|
||||||
|
|||||||
Reference in New Issue
Block a user