We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976e4e9 commit dd856f7Copy full SHA for dd856f7
.github/workflows/actions.yml
@@ -42,7 +42,7 @@ jobs:
42
FIREBASE_DB: ${{ secrets.FIREBASE_DB }}
43
FIREBASE_AUTH_SITE: ${{ secrets.FIREBASE_AUTH_SITE }}
44
run: |
45
- docker-compose up --build firebase_deploy
+ docker-compose up --build --abort-on-container-exit firebase_deploy
46
- name: Decrypt Service Account Key File
47
working-directory: ./
48
0 commit comments