Skip to content

Commit

Permalink
Update deploy-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontor authored Mar 2, 2022
1 parent 175af6b commit a13cb6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
run: npm run clean
- name: Run build
run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
- name: deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.FIREBASE_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_BGECKO_A882B }}"
Expand Down

0 comments on commit a13cb6b

Please sign in to comment.