Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save buithehoa/ca756c2a663d686326ff to your computer and use it in GitHub Desktop.
Save buithehoa/ca756c2a663d686326ff to your computer and use it in GitHub Desktop.
Deploy and run migrations with Capistrano
# Deploy and run migrations
$ cap <environment> deploy:migrations
# Run migrations
$ cap <environment> deploy:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment