Skip to content

Commit d32e94c

Browse files
committed
Update Firebase deployment command in GitHub Actions workflow to deploy all services
1 parent 39f422a commit d32e94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: npm i -g firebase-tools
3333

3434
- name: Deploy Hosting
35-
run: firebase deploy --token ${{ secrets.FIREBASE_TOKEN }} --only hosting
35+
run: firebase deploy --token ${{ secrets.FIREBASE_TOKEN }}

0 commit comments

Comments
 (0)