From ae6215d772c92e51d22f20935bfea73b836e3719 Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Sun, 14 Sep 2025 11:28:36 +0300 Subject: [PATCH] debug: some more echos --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index e7ad106..86503a1 100644 --- a/action.yml +++ b/action.yml @@ -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