Skip to content

Commit f20b03b

Browse files
authored
Update Firebase project ID for deployment
1 parent 445c960 commit f20b03b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/hosting.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install Firebase CLI
2929
run: npm i -g firebase-tools
3030

31-
# IMPORTANT: No tokens in this file. We only reference GitHub Secrets.
3231
- name: Deploy to Firebase Hosting
33-
run: firebase deploy --only hosting --project metly-87960515
32+
run: firebase deploy --only hosting --project metly-62916
3433
env:
3534
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

0 commit comments

Comments
 (0)