Skip to content

Updated Camp Google Events #15

Updated Camp Google Events

Updated Camp Google Events #15

Workflow file for this run

name: Firebase Functions 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 }}