diff --git a/.gitea/workflows/deploy-cd-server.yaml b/.gitea/workflows/deploy-cd-server.yaml index a7b5e55..d2fdcf1 100644 --- a/.gitea/workflows/deploy-cd-server.yaml +++ b/.gitea/workflows/deploy-cd-server.yaml @@ -37,6 +37,12 @@ jobs: script: | set -euo pipefail + echo "check the surrounding - the current directory" + pwd + echo "check the surrounding" + ls -la + ls -la /opt/cd-server || true + DEPLOY_DIR="/opt/cd-server" SERVICE_NAME="cd-server"