Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
docker build . -t jsryudev/deploy-firebase-functions
docker build . -t dayzero-eng/deploy-firebase-functions
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deploy to Firebase Functions for Node18
# Deploy to Firebase for Node18

A GitHub Action to deploy to Firebase Cloud Functions for Node18.
A GitHub Action to deploy to Firebase for Node18.

- Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action
- Make sure that you have the `firebase.json` file in the repository
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dayzero-eng/deploy-firebase-functions@v0.0.1
- uses: dayzero-eng/deploy-firebase-functions@v0.0.5
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_PROJECT: firebase-project-id
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dayzero-eng/deploy-firebase-functions@v0.0.2
- uses: dayzero-eng/deploy-firebase-functions@v0.0.5
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_PROJECT: firebase-project-id
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Deploy to Firebase Cloud Functions'
author: 'jsryudev <jsryu.dev@gmail.com>'
description: 'A GitHub Action to deploy to Firebase Cloud Functions'
name: 'Deploy to Firebase'
author: 'dayzero-eng'
description: 'A GitHub Action to deploy to Firebase'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down