Create .env file in CI/CD workflow for NAS authentication
Some checks failed
build-and-deploy / build (push) Successful in 20s
build-and-deploy / deploy (push) Failing after 2s

This commit is contained in:
2025-08-04 14:03:59 -06:00
parent 4417b3b42d
commit c594aea78c

View File

@@ -37,6 +37,9 @@ jobs:
- name: Login to registry
run: docker login gitea.nucleoriofrio.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Create environment file
run: echo "NAS_PASSWORD=${{ secrets.NAS_PASSWORD }}" > .env
- name: Pull fresh images used in compose
run: docker compose pull