-
Notifications
You must be signed in to change notification settings - Fork 3
Capistrano tasks
jpmckinney edited this page Sep 20, 2012
·
1 revision
-
cap production deploydeploys -
cap production deploy:restartrestarts the servers -
cap production deploy:migrate_dbruns migrations
cap deploy:web:disable # Present (custom) maintenance page to vi...
cap deploy:web:enable # Makes the application web-accessible ag...
cap delayed_job:restart # Restart the delayed_job process
cap delayed_job:start # Start the delayed_job process
cap delayed_job:stop # Stop the delayed_job process
cap resque:start # Start the resque daemon
cap resque:stop # Stop the resque daemon