Fri 30 Nov 2007
cap deploy_with_migrations default behaviour
Posted by kosmas under ruby on rails
Problem
When using cap deploy_with_migrations, the default behaviour is to deploy with the migrations in the production environment.
Solution
To change this behavior add:
set :rails_env, "development"
in your config/deploy.rb
No Responses to “ cap deploy_with_migrations default behaviour ”
Comments:
Leave a Reply
You must be logged in to post a comment.