feat: add step to dump environment variables for debugging
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 6s
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 6s
This commit is contained in:
@@ -31,6 +31,11 @@ jobs:
|
||||
run: |
|
||||
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: |
|
||||
|
Reference in New Issue
Block a user