Fix generate roles

This commit is contained in:
Vladimir Sharshov 2011-10-30 17:17:52 +04:00
parent d656b93684
commit 2dc496d096
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ end
task :generate_roles do
run "cd #{deploy_to}/current ; RAILS_ENV=production bundle exec rake rights:generate"
run "cd #{deploy_to}/current ; RAILS_ENV=production bundle exec rake roles:load"
#run "cd #{deploy_to}/current ; RAILS_ENV=production bundle exec rake roles:load"
run "cd #{deploy_to}/current ; RAILS_ENV=production bundle exec rake roles:apply"
end