Automatically deploy code from staging to production on Heroku when stories are accepted in Pivotal Tracker.
git clone https://github.com/amitree/heroku-auto-deploy.git
- Copy
lib/secrets.rb.template
tolib/secrets.rb
and fill in the necessary information. - On Mac OS X, run
./install.sh
. This will set up a launchd process that runs every 15 minutes, with output being logged to/var/log/deploy_to_heroku.log
.