Containerizing Hugo with Nginx on Google Cloud Run
In this post, we containerize this Hugo static site using Nginx and migrate our deployment pipeline from Google App Engine to Google Cloud Run. ...
In this post, we containerize this Hugo static site using Nginx and migrate our deployment pipeline from Google App Engine to Google Cloud Run. ...
This is a basic yaml pipeline used in GitHub Actions in order to build this Hugo site and deploys it. After every commit to the main branch, this process converts markdown files to HTML using the Hugo build actions then deploys the updated site to an App Engine on Google Cloud Provider. ...