Is a simple way to manage releases in heroku
gem install heroku-bartender
heroku-bartender
Server options:
-h, --host=HOST The hostname or ip of the host to bind to (default 0.0.0.0)
-p, --port=PORT The port to listen on (default 4567)
-t, --target=TARGET The target is the git remote in which you want to deploy (default heroku)
--user=USER The user to login using HTTP Basic Auth
--password=PASSWORD The password to login using HTTP Basic Auth
--commits-per-page The maximun number of commits that you want to see in each page
For now you must run heroku-bartender inside your repo dir
You can specify a command to run before deployment.
git config --add remote.master.predeploy "rake test"


Ruby
95.8%
JavaScript
4.2%
Is a simple way to manage releases in heroku
gem install heroku-bartender
heroku-bartender
Server options:
-h, --host=HOST The hostname or ip of the host to bind to (default 0.0.0.0)
-p, --port=PORT The port to listen on (default 4567)
-t, --target=TARGET The target is the git remote in which you want to deploy (default heroku)
--user=USER The user to login using HTTP Basic Auth
--password=PASSWORD The password to login using HTTP Basic Auth
--commits-per-page The maximun number of commits that you want to see in each page
For now you must run heroku-bartender inside your repo dir
You can specify a command to run before deployment.
git config --add remote.master.predeploy "rake test"


Ruby
95.8%
JavaScript
4.2%