Skip to content

Commit

Permalink
Fix for deploy only hosting for React
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-atif committed Sep 28, 2020
1 parent fef3dbf commit a1fe667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Github Action tool to publish your React Application to Firebase
### Use the action with existing build or Firebase installation to save time
```yaml
- uses: mohammed-atif/firebase-publish-react@v0.0.2
- uses: mohammed-atif/firebase-publish-react@v1.0
with:
firebase-token: ${{ secrets.FIREBASE_TOKEN }}
install-firebase: false
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ else
fi

# Deploy the application to firebase
firebase deploy --token $FIREBASE_TOKEN
firebase deploy --only hosting --token $FIREBASE_TOKEN

0 comments on commit a1fe667

Please sign in to comment.