feat: add step to dump environment variables for debugging
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 6s

This commit is contained in:
2025-09-09 01:39:59 +02:00
parent 452ea5625f
commit 36e12d1d96

View File

@@ -32,6 +32,11 @@ jobs:
echo "--- Listing all files recursively ---"
ls -lR
- name: Dump Environment Variables for Debugging
run: |
echo "--- All available environment variables ---"
env | sort
- name: Deploy with Docker Compose
run: |
# Use "up" without --build, as images are already built