diff --git a/.gitea/workflows/redeploy-compose.yml b/.gitea/workflows/redeploy-compose.yml index b0f22dc..0d0df36 100644 --- a/.gitea/workflows/redeploy-compose.yml +++ b/.gitea/workflows/redeploy-compose.yml @@ -25,6 +25,9 @@ jobs: shell: bash run: | set -euo pipefail + DEPLOY_PATH="$(printf '%s' "$DEPLOY_PATH" | tr -d '\r\n')" + echo "Using DEPLOY_PATH=<$DEPLOY_PATH>" + ls -ld "$DEPLOY_PATH" cd "$DEPLOY_PATH" git fetch origin "$DEPLOY_BRANCH" git checkout "$DEPLOY_BRANCH"