Skip to content

Commit

Permalink
Add cd steps to install, build, and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 15, 2024
1 parent 50d5039 commit 967eb98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4
- name: Install firebase-tools
run: npm install -g firebase-tools
run: npm install -g firebase-tools
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy functions
run: npm run deploy

0 comments on commit 967eb98

Please sign in to comment.