Skip to content

Commit 275c167

Browse files
author
Adam Argyle
committed
adding firebase deploy
1 parent e5fa820 commit 275c167

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
3636
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
3737

38+
- name: Firebase Deploy
39+
uses: pizzafox/[email protected]
40+
env:
41+
PROJECT_ID: "visbug"
42+
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
43+
with:
44+
args: deploy
45+
3846
- name: Git Push
3947
uses: ad-m/github-push-action@master
4048
with:

0 commit comments

Comments
 (0)