Automating Production: A CI/CD Pipeline for Google Cloud Run with GitHub Actions
Introduction
In the last guide, we deployed our FastAPI app to Google Cloud Run manually. It worked, but "manual" is a dirty word in modern engineering.
If you have to type docker build and gcloud run deploy every time you fix a typo, you are wasting...
logiclooptech.dev3 min read