Skip to content

Instantly share code, notes, and snippets.

@zmoazeni
Created December 15, 2008 20:40
Show Gist options
  • Save zmoazeni/36082 to your computer and use it in GitHub Desktop.
Save zmoazeni/36082 to your computer and use it in GitHub Desktop.
deploy.task :default do
deploy.web.disable
backup_db # custom task to backup database
deploy.migrations
deploy.web.enable
deploy.cleanup
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment