Add verbose output to environment file creation step
This commit is contained in:
@@ -38,7 +38,11 @@ jobs:
|
|||||||
run: docker login gitea.nucleoriofrio.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
|
run: docker login gitea.nucleoriofrio.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
|
||||||
|
|
||||||
- name: Create environment file
|
- name: Create environment file
|
||||||
run: echo "NAS_PASSWORD=${{ secrets.NAS_PASSWORD }}" > .env
|
run: |
|
||||||
|
echo "Creating .env file..."
|
||||||
|
echo "NAS_PASSWORD=${{ secrets.NAS_PASSWORD }}" > .env
|
||||||
|
echo "Environment file created successfully"
|
||||||
|
ls -la .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