Hacker News new | ask | show | jobs
by AngeloR 3818 days ago
Instead of spending money on a vps for my last side project, I went the heroku route and it was even easier. I spent 7$ on a private github repo.. which synced to heroku. And a free CircleCI account that also synced up with everything. Then just pushing my branch meant, automated testing and with heroku pipelines, a PR meant automatic test env.
1 comments

Yes, my days of sysadmin work just to have an app in production are over. Heroku pipelines are great too!