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:
@@ -32,6 +32,11 @@ jobs:
|
|||||||
echo "--- Listing all files recursively ---"
|
echo "--- Listing all files recursively ---"
|
||||||
ls -lR
|
ls -lR
|
||||||
|
|
||||||
|
- name: Dump Environment Variables for Debugging
|
||||||
|
run: |
|
||||||
|
echo "--- All available environment variables ---"
|
||||||
|
env | sort
|
||||||
|
|
||||||
- name: Deploy with Docker Compose
|
- name: Deploy with Docker Compose
|
||||||
run: |
|
run: |
|
||||||
# Use "up" without --build, as images are already built
|
# Use "up" without --build, as images are already built
|
||||||
|
Reference in New Issue
Block a user