ruby - How to fix "pre receive hook declined" error when deploying to Heroku -
i need build application school , using https://github.com/zendesk/call_roulette permission. when deploying heroku "pre receive hook declined" error.
i followed these steps:
- installed ruby, heroku , git.
- downloaded repository mentioned above.
- opened terminal , changed directory downloaded repository.
git init
,git add .
,git commit
,heroku create
,git heroku push master
.
that's "pre receive hook declined" error. error when try deploy through heroku's site linking github repository.
what did wrong?
Comments
Post a Comment