Guest User

Untitled

a guest
Feb 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. $ cap -f config/ey-deploy.rb -T deploy
  2. cap deploy:long # Display the maintenance.html page while deployin...
  3. cap deploy:migrate # Run the migrate rake task.
  4. cap deploy:restart # Restart the Mongrel processes on the app slices.
  5. cap deploy:spinner # Start the Mongrel processes on the app slices.
  6. cap deploy:start # Start the Mongrel processes on the app slices.
  7. cap deploy:stop # Stop the Mongrel processes on the app slices.
  8. cap deploy:symlink_configs # Link the database.yml and mongrel_cluster.yml fi...
  9. cap deploy:web:disable # Present a maintenance page to visitors.
  10.  
  11. Extended help may be available for these tasks.
  12. Type `cap -e taskname' to view it.
Add Comment
Please, Sign In to add comment