Skip to content

Commit

Permalink
Deploy security rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sbutz committed Dec 30, 2023
1 parent 9ed96e7 commit 4e15035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
push:
branches:
- master
#TODO: remove
pull_request:
types:
- opened
- synchronize
- reopend
jobs:
rules_deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "ISC",
"scripts": {
"deploy": "npx firebase-tools deploy --only 'firestore:rules,storage:rules'",
"deploy": "npx firebase-tools deploy --only 'firestore,storage'",
"test": "npx firebase-tools emulators:exec --only 'firestore,storage' 'jest -i'",
"export": "npx firebase-tools emulators:export ./emulator_data",
"lint": "eslint src"
Expand Down

0 comments on commit 4e15035

Please sign in to comment.