Setting Up CD and Preview Environments with Firebase Hosting + GitHub Actions

Tadashi Shigeoka ·  Tue, October 26, 2021

I set up CD and preview environments with Firebase Hosting + GitHub Actions, so I’ll share how I did it.

Firebase

Background: Tried Using Firebase Hosting's Preview Feature

Firebase Hosting added a Preview feature, so I tried using it.

Firebase Hosting + GitHub Actions Reference Information

Official site: GitHubプルリクエストを介してライブチャンネルとプレビューチャンネルにデプロイする | Firebase Documentation サイトのライブおよびプレビューチャネル、リリース、バージョンを管理します | Firebase Documentation

GitHub: Deploy to Firebase Hosting · Actions · GitHub Marketplace

Other reference articles: Firebase公式のGitHubとHostingのインテグレーションが熱い🔥

That’s all from the Gemba, where I set up CD and preview environments with Firebase Hosting + GitHub Actions.