8 ms·
Now if only Github added Heroku integration, so you could fork apps AND code straight from the repo.
by chameco 13y ago
Now if only Github added Heroku integration, so you could fork apps AND code straight from the repo.
- nahname 13y agoThere 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
- steveklabnik 13y agoYou 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...