linemanjs / lineman-docs

Documentation for linemanjs.com
MIT License
3 stars 7 forks source link

Heroku deployment #2

Closed Foxandxss closed 11 years ago

Foxandxss commented 11 years ago

When I tried to deploy an example (using your angular template) to heroku. Heroku told me to push to a branch like master

so instead of:

git push heroku

I had to do:

git push heroku master

Cheers :)

searls commented 11 years ago

Ah yeah, we probably have that git setting that defaults to push only the current branch. (push.default = current)

On Sun, Aug 25, 2013 at 8:07 AM, Foxandxss notifications@github.com wrote:

When I tried to deploy an example (using your angular template) to heroku. Heroku told me to push to a branch like master so instead of: git push heroku I had to do: git push heroku master

Cheers :)

Reply to this email directly or view it on GitHub: https://github.com/testdouble/lineman-docs/issues/2