Removed unnecessarily files and fixed certain issues #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Firebase Hosting Deploy | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| name: Build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@master | |
| - name: GitHub Action for Firebase | |
| uses: w9jds/firebase-action@v13.34.0 | |
| with: | |
| args: deploy --only functions | |
| env: | |
| GCP_SA_KEY: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} |