fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
2cb6159eea
commit
7b19860ccc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue