Debug .env file content to troubleshoot NAS password issue
This commit is contained in:
@@ -43,6 +43,9 @@ jobs:
|
|||||||
echo "NAS_PASSWORD=${{ secrets.NAS_PASSWORD }}" > .env
|
echo "NAS_PASSWORD=${{ secrets.NAS_PASSWORD }}" > .env
|
||||||
echo "Environment file created successfully"
|
echo "Environment file created successfully"
|
||||||
ls -la .env
|
ls -la .env
|
||||||
|
echo "Content of .env file:"
|
||||||
|
cat .env
|
||||||
|
echo "---end of .env---"
|
||||||
|
|
||||||
- name: Pull fresh images used in compose
|
- name: Pull fresh images used in compose
|
||||||
run: docker compose pull
|
run: docker compose pull
|
||||||
|
|||||||
Reference in New Issue
Block a user