Hacker News new | ask | show | jobs
by cdubzzz 1490 days ago
Is there a service that provides something like Heroku’s PR deployments in a free tier (for open source development)?

While Heroku was out I took a look at Fly.io and Render.com but neither one quite fits the same use case.

Fly does not have automated PR builds and Render does have them but they all use the same database instance and you can’t have more than one active free database (so multiple PRs affecting the database are not possible).

I actually switched to Render before realizing that limitation. It was easy to do and works well but now that Heroku has their integration working again I’m thinking I’m just going to switch back…

3 comments

Nobody that I’m aware of offers this as a turn-key solution at the same level that Heroku does. It’s a major selling point.

Setting up a well organized PR to preview environment deployment pipeline, that can be automated by CI passing is time consuming and full of yak shaving opportunities.

Just clicking “enable” for a small team is a huge win.

Thanks. I’ll check that out. I liked Fly better overall than Render but I bailed on it pretty quickly when I didn’t see a PR environment option in the settings.
https://railway.app is another good alternative.
Thanks. I’ll give that a look. I think my needs may fit in that $5/month credit…