Continuous Deployment: Automating GCP Deployments with Artifact Registry and Cloud Run
The references to a blog in this post are for my older blog that was built from scratch using Go. My new blog is built using Hugo and the Papermod. In the previous post, we created our GitHub Actions workflow, build script, and Dockerfile. In this post, we will focus on setting up GCP and enabling the APIs that allow our workflow to automate each step of the deployment process. Here’s what we’ll cover: ...