Tried pipeline fix
Some checks failed
pipeline / build-and-push-images (push) Successful in 11s
pipeline / deploy (push) Failing after 3s

This commit is contained in:
2024-11-24 13:48:25 +01:00
parent a6b25fc4ab
commit c85755286f

View File

@@ -59,6 +59,7 @@ jobs:
run: | run: |
echo "Creating env file as: $(whoami) in: $(pwd)" echo "Creating env file as: $(whoami) in: $(pwd)"
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> .env echo "GIT_COMMIT_HASH=${{ github.sha }}" >> .env
chmod a+rwx .env
ls -la ls -la
- name: Docker Stack deploy - name: Docker Stack deploy