Added directory check to pipeline
Some checks failed
pipeline / build-and-push-images (push) Successful in 12s
pipeline / deploy (push) Failing after 3s

This commit is contained in:
2024-11-24 13:46:13 +01:00
parent 9e7a243533
commit a6b25fc4ab

View File

@@ -57,6 +57,7 @@ jobs:
- name: Create env file - name: Create env file
run: | run: |
echo "Creating env file as: $(whoami) in: $(pwd)"
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> .env echo "GIT_COMMIT_HASH=${{ github.sha }}" >> .env
ls -la ls -la