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 time.
Source: [Dev.to](https://dev.to/ayush_kumar_085a0f2c54e3f/automating-production-a-cicd-pipeline-for-google-cloud-run-with-github-actions-4ffp)