Hacker News new | ask | show | jobs
by nibs 3635 days ago
I am not sure I completely understand what this would look like from the description, but I have git-based deployment using Heroku. Features are developed in off-master branches, and then when you push to master, Heroku compiles from that and runs it in production. I like it.
1 comments

yes, heroku is good. But I am talking about using my own cloud providers. Like DO or AWS.
You can try Convox. Seems to have all the stuff offered by Heroku, plus you can deploy in your own AWS servers.
Will give it a shot. I previously tried convox, UI wasnt that great. Its a FOSS though.