Created
February 2, 2015 05:59
-
-
Save buithehoa/ca756c2a663d686326ff to your computer and use it in GitHub Desktop.
Deploy and run migrations with Capistrano
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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