fix: ssh command syntax is pain

This commit is contained in:
2025-09-14 11:40:36 +03:00
parent ae6215d772
commit c806abcc43

View File

@@ -77,10 +77,7 @@ runs:
-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}" \
echo "$(dirname "${DEPLOYMENT_PATH}")" \ "cd "$(dirname "${DEPLOYMENT_PATH}")" && docker-compose up -d --timeout ${TIMEOUT}"
cd "$(dirname "${DEPLOYMENT_PATH}")" \
echo "$(pwd)" \
docker-compose up -d --timeout ${TIMEOUT}
shell: bash shell: bash
- name: Verify services are running - name: Verify services are running