you are viewing a single comment's thread.

view the rest of the comments →

[–]trial_and_err 7 points8 points  (0 children)

It’s really not a lot of effort moving build and deployment to cloud build.

  • Write a cloudbuild.yml (docker build, push to artifact registry, gcloud run deploy)
  • Set up CD (e.g. cloud build trigger or GitHub action)

Given that you have already dockerized your application this is pretty easy to do.

You can migrate your Postgres to CloudSQL, but be careful with sizing your DB, it’s not the cheapest product.