Skip to content

Commit

Permalink
ci: Add build step to firebase workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintyj committed Dec 2, 2023
1 parent 66f6480 commit 821e755
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
name: 🚀 Deploy to Firebase Hosting on merge
on:
push:
branches:
Expand Down Expand Up @@ -34,6 +34,9 @@ jobs:
pnpm --version
pnpm commitlint --version
- name: 👷Build the app
run: pnpm build

- name: 🚀 Firebase deployment on merge!
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 821e755

Please sign in to comment.