{"id":15690225,"url":"https://github.com/jakejarvis/firebase-deploy-action","last_synced_at":"2025-03-11T13:31:56.305Z","repository":{"id":146831601,"uuid":"204941075","full_name":"jakejarvis/firebase-deploy-action","owner":"jakejarvis","description":"🔥 GitHub Action to deploy a static site to Firebase Hosting","archived":true,"fork":false,"pushed_at":"2019-09-12T16:57:53.000Z","size":12,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-04T12:43:51.919Z","etag":null,"topics":["actions","ci","deployment","firebase","firebase-hosting","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/firebase-deploy","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakejarvis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-28T13:40:46.000Z","updated_at":"2025-01-18T16:40:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b81bdaa-4827-43b2-a092-2ab352963fc9","html_url":"https://github.com/jakejarvis/firebase-deploy-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Ffirebase-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Ffirebase-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Ffirebase-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Ffirebase-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakejarvis","download_url":"https://codeload.github.com/jakejarvis/firebase-deploy-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243042903,"owners_count":20226720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","ci","deployment","firebase","firebase-hosting","github-actions"],"created_at":"2024-10-03T18:08:21.960Z","updated_at":"2025-03-11T13:31:55.965Z","avatar_url":"https://github.com/jakejarvis.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for [Firebase Hosting](https://firebase.google.com/docs/hosting) 🔥 \n\n\u003e **⚠️ Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/).\n\nThis simple action uses the vanilla [Firebase CLI](https://github.com/firebase/firebase-tools) to run `firebase deploy` to upload a static site to [Firebase Hosting](https://firebase.google.com/docs/hosting).\n\n\n## Usage\n\n### `workflow.yml` Example\n\nThis example checks out your repository and runs `firebase deploy` on the root of it. Assuming you have a [`firebase.json` file](https://firebase.google.com/docs/hosting/full-config) there, everything is taken care of automatically except your Firebase/Google Cloud [API Token](https://firebase.google.com/docs/cli#admin-commands), which should be declared as a [secret environment variable](https://developer.github.com/actions/managing-workflows/storing-secrets/) named `FIREBASE_TOKEN`. Obtain a token by running `firebase login:ci` on your local command line.\n\nIf you don't have a `firebase.json` file, you also need to specify a `FIREBASE_PROJECT_ID` environment variable with your Firebase project's unique ID.\n\nYou can add add optional `firebase deploy` [flags](https://firebase.google.com/docs/cli#deployment) by using `with: args:` under this step.\n\n```yaml\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - uses: jakejarvis/firebase-deploy-action@master\n      env:\n        FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}\n```\n\n\n## License\n\nThis project is distributed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakejarvis%2Ffirebase-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakejarvis%2Ffirebase-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakejarvis%2Ffirebase-deploy-action/lists"}