WillLaMano / Mano

2 stars 0 forks source link

Setup Heroku #42

Open jmburges opened 11 years ago

jmburges commented 11 years ago

Probably need to stages, dev and master.

Benuuu commented 11 years ago

Since we are git ignoring specific files, we need to figure out an appropriate way to push these to heroku.

One possible solution is to maintain a separate local heroku branch: http://stackoverflow.com/a/4044387/580291 Another would be to use ENV variables: http://stackoverflow.com/a/7692741/580291

jmburges commented 11 years ago

http://www.neilmiddleton.com/deploying-to-heroku-from-travis-ci/