I've been using GCP's Cloud Run for a handful of projects recently, including staffeng.com, and have generally been really pleased with it. Now that I'm familiar with it, I can get all of this working for a new Python project in about twenty minutes:
New private Github repository
Build triggers for Google
Cloud Build that automatically start when a new commit to master branch is pushed to Github Those triggers build a Dockerfile in the repository and upload it to Google's container registry...
Published on April 11, 2020 06:00