Google Cloud Build Deploying Hugo Site

GCP Cloud Build requirements *Optional Google Project Cloud Build Container Registry *Source Repository Docker git *Firebase *Netlify *GitHub *gcloud CLI Starting the process Go to the project you want cloud build to deploy to and add cloudbuild.yml. Please read the GCP docs if you need help with the config. cloudbuild.yml is the file which will control your build process within GCP. note: if you are using a theme you will want to add a step to download the template....

May 24, 2022 · 4 min · BB