Hacker News new | ask | show | jobs
by chameco 4734 days ago
Now if only Github added Heroku integration, so you could fork apps AND code straight from the repo.
2 comments

There are quite a few companies playing in that space right now. Personally, if that is your challenge, I wonder what you are even doing making products. Let me write the deployment script for you:

  heroku create
  git push heroku master
You can already hook up this really sweet Github -> Travis CI -> Heroku bridge. Every push runs your tests, if they pass, deploy.

It'd be neat to modify this so that pull requests spun up an app you could play with. Travis provides an environment variable that lets you know if you're testing a pull request, hmmm...