fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Your Name 2025-06-05 09:20:23 -04:00
parent 2cb6159eea
commit 7b19860ccc
1 changed files with 11 additions and 0 deletions

View File

@ -205,6 +205,17 @@ steps:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- echo "=== DEBUGGING CI WORKSPACE ==="
- pwd
- ls -la
- echo "=== CHECKING SCRIPTS DIRECTORY ==="
- ls -la scripts/ || echo "scripts directory not found"
- echo "=== AVAILABLE SHELLS ==="
- which bash || echo "bash not found"
- which sh || echo "sh not found"
- echo "=== ENVIRONMENT INFO ==="
- uname -a || echo "uname not available"
- echo "=== ATTEMPTING DEPLOYMENT ==="
- bash ./scripts/ci-deploy-production.sh
when:
branch: main