Skip to content

Accelery/firebase-deploy-functions-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy to Firebase Functions

A GitHub Action to deploy to Firebase Functions

  • Make sure you have the firebase.json file in the repository
  • Get the Firebase token by running firebase login:ci and store it as the FIREBASE_TOKEN secret

Example workflow

name: Firebase
on:
  push:
    branches:
    - master
jobs:
  main:
    name: Deploy
    runs-on: ubuntu-latest
    steps:
    - name: Check out code
      uses: actions/checkout@master
    - name: Deploy to Firebase
      uses: Accelery/firebase-deploy-functions-action@v2
      env:
        FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

About

GitHub Action for interacting with Firebase

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 50.9%
  • Shell 49.1%