Skip to content
jpmckinney edited this page Sep 20, 2012 · 1 revision
  • cap production deploy deploys
  • cap production deploy:restart restarts the servers
  • cap production deploy:migrate_db runs migrations

Web server

cap deploy:web:disable              # Present (custom) maintenance page to vi...
cap deploy:web:enable               # Makes the application web-accessible ag...

Delayed Job

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

Resque

cap resque:start                    # Start the resque daemon
cap resque:stop                     # Stop the resque daemon

Clone this wiki locally