0.0
No commit activity in last 3 years
No release in over 3 years
Common deploy tasks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

Deploy Tasks

To tell the tasks what is the name of your application, set a the constant RAILS_APP like this:

RAILS_APP = 'my_fabulous_app'

Heroku

You get the following rake tasks (run rake -T to see the descriptions):

  • deploy:production

  • deploy:staging

  • deploy:create_hotfix

  • deploy:hotfix

  • deploy:remove_hotfix

  • deploy:juice (if you use juicer)

The deploy tasks pull translations from webtranslateit.com if you use it, juice your assets with juicer and finally deploy, if everything's committed.

License

MIT License - Thomas Maurer