Skip to content

Commit

Permalink
Update firebase-hosting-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alerezaaa authored Apr 12, 2024
1 parent 4830619 commit e75a7c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/firebase-hosting-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Authenticate with Firebase
run: firebase login:ci --token "$FIREBASE_TOKEN"
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
# - name: Authenticate with Firebase
# run: firebase login:ci --token "$FIREBASE_TOKEN"
# env:
# FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

- name: Deploy to Firebase Hosting
run: firebase deploy --only hosting

0 comments on commit e75a7c9

Please sign in to comment.