Want simple? Use a build.sh
Want a bit complexity? Use a Dockerfile.
Their docs are really copy paste for 99.9% applications. Whoever in that company made the decision to invest in docs was right on the money. It made switching to them a much easier choice. https://render.com
Here's where I'm starting: https://render.com/docs/migrate-from-heroku
To any render people reading this, it appears to have been an issue with the migration plugin and the Heroku-18 stack. Manually deploying the app worked fine.
Is there a way to assign an existing Env Group when manually creating a new service? So far I've needed to create and then go back in and assign.
Creating postgres cluster redacted-db in organization redacted Launching...⣻ Error failed creating the Postgres cluster redacted-db: Timeout on CreatePostgresCluster.app
Every attempt fails. There's no way I can run this for $250/mo on AWS. Now I have to pretend I'm a sysadmin and use Hetzner.
Also the reason Django has always been so approachable (particularly in the early days, as it is orders of magnitude more complex now) and therefore popular
Older still, IMHO also why mIRC scripting was so much fun despite its shortcomings. The help file had literally everything you could want to learn about the language and it almost begged to be read. It's how I got into coding