debug: some more echos

This commit is contained in:
2025-09-14 11:28:36 +03:00
parent 3d6283383a
commit ae6215d772

View File

@@ -77,7 +77,9 @@ 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}
shell: bash