Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VisShon authored Jul 13, 2023
1 parent 35d5fa7 commit 40b088d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ jobs:
cd functions
npm install
# Deploying the functions to firebase
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only functions
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
PROJECT_PATH: "App"

# # Deploying the functions to firebase
# - name: Deploy to Firebase
# uses: w9jds/firebase-action@master
# with:
# args: deploy --only functions
# env:
# FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
# PROJECT_PATH: "App"

0 comments on commit 40b088d

Please sign in to comment.