{"id":25778933,"url":"https://github.com/sawadashota/hugo-firebase","last_synced_at":"2026-06-09T04:33:25.251Z","repository":{"id":144043821,"uuid":"107845478","full_name":"sawadashota/hugo-firebase","owner":"sawadashota","description":"Build HUGO and deploy to Firebase","archived":false,"fork":false,"pushed_at":"2018-06-04T12:55:02.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T07:06:21.247Z","etag":null,"topics":["circleci","docker","dockerfile"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/sawadashota/hugo-firebase/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sawadashota.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-10-22T07:18:07.000Z","updated_at":"2018-06-04T12:55:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"3361143b-3f4d-4f95-a44d-743fc9dc6668","html_url":"https://github.com/sawadashota/hugo-firebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sawadashota/hugo-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawadashota%2Fhugo-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawadashota%2Fhugo-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawadashota%2Fhugo-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawadashota%2Fhugo-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sawadashota","download_url":"https://codeload.github.com/sawadashota/hugo-firebase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sawadashota%2Fhugo-firebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["circleci","docker","dockerfile"],"created_at":"2025-02-27T06:38:23.252Z","updated_at":"2026-06-09T04:33:25.247Z","avatar_url":"https://github.com/sawadashota.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# HUGO deploy to Firebase\n\n## For What?\nFor CI to build HUGO and deploy to Firebase hosting.\n\n## CircleCI Sample\n```yml:.circleci/config.yml\nversion: 2\n\njobs:\n  build:\n    docker:\n      - image: sawadashota/hugo-firebase:latest\n    steps:\n      - checkout\n      - run: git submodule sync\n      - run: git submodule update --init\n      - run: |\n          if [ \"${CIRCLE_BRANCH}\" == \"master\" ]; then\n            HUGO_ENV=production hugo\n            firebase deploy --only hosting --token $FIREBASE_TOKEN\n          else\n            echo \"Not master branch so not deploying\"\n          fi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsawadashota%2Fhugo-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsawadashota%2Fhugo-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsawadashota%2Fhugo-firebase/lists"}