Debug .env file content to troubleshoot NAS password issue
Some checks failed
build-and-deploy / build (push) Successful in 19s
build-and-deploy / deploy (push) Failing after 2s

This commit is contained in:
2025-08-04 14:10:27 -06:00
parent b9db7d7c62
commit 1fbcc91b08

View File

@@ -43,6 +43,9 @@ jobs:
echo "NAS_PASSWORD=${{ secrets.NAS_PASSWORD }}" > .env
echo "Environment file created successfully"
ls -la .env
echo "Content of .env file:"
cat .env
echo "---end of .env---"
- name: Pull fresh images used in compose
run: docker compose pull