Google Developer Platform
Automatic Deployment of Hugo Sites on Firebase Hosting and Drafts on Cloud
      Run- Google Developers Blog

Automatic Deployment of Hugo Sites on Firebase Hosting and Drafts on Cloud Run- Google Developers Blog

8/4/2020

What this post added

This post introduces a CI/CD pipeline for automatically deploying Hugo static sites to Firebase Hosting and draft versions to Cloud Run. It details the use of GitHub Actions, Hugo's build process, Firebase CLI for deployment, and Cloud Run for draft deployments, providing a concrete example of automating web application deployment workflows.

Read the original post ↗