Hacker News new | ask | show | jobs
by dbyrd 4666 days ago
"What if HTTP endpoints were as cheap as git branches? What if you had an active endpoint for every branch?"

I really like that

1 comments

Another group in my office has been doing this for a long time, except with hg. They have it set up so that whenever you push a branch to dev, there is a [branchname].dev.[propertyname].org. You push to the master branch on the production machine, and then that is what is running the production site.