diff --git a/Makefile b/Makefile index 3c565327..ecb4c287 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ build: - docker build . -t jsryudev/deploy-firebase-functions + docker build . -t dayzero-eng/deploy-firebase-functions diff --git a/README.md b/README.md index 922f2e6c..09a9c639 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 diff --git a/action.yml b/action.yml index 1e60e5cf..e62073f9 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'Deploy to Firebase Cloud Functions' -author: 'jsryudev ' -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'