This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # List of environments and their heroku git remotes (id: 'remote_name') | |
| HEROKU_ENVIRONMENTS = { | |
| staging: 'staging-remote-name', | |
| production: 'production-remote-name' | |
| } | |
| namespace :deploy do | |
| # Create rake tasks to deploy on Heroku environments | |
| # $ rake -T deploy | |
| # rake deploy:production # Deploy to production |