|
|
|
|
|
by lostsoul8282
1507 days ago
|
|
We moved off Heroku about 2 years ago and use gcp. It’s been really good. GitHub to cloud build. Cloud build deploys to cloud run. We setup multiple branches for different environments and it’s pretty much all streamlined. We find the eco system pretty cool also we use scheduler and other cloud run instances for batch jobs. Worked great for us. |
|
As for OP you might want to take a look at a combination of Cloud Native Buildpacks to keep that same Heroku like deployment experience that you’re already familiar with and combine it with something like Cloud Run which is a pretty simple contract where you give it an image and it will run it for you.