Skip to content

Commit

Permalink
Merge pull request #917 from arthurnn/fix_deploy_order
Browse files Browse the repository at this point in the history
Dont run db:migrate on deploy
  • Loading branch information
Arthur Nogueira Neves committed Apr 3, 2015
2 parents 4390b5c + ee5a831 commit 58fa26a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
set :group, "deploy"
set :assets_role, [:app]

after "deploy", "deploy:migrate"
after "deploy", "deploy:cleanup"
after "deploy:finalize_update", "deploy:symlink_database_yml", "deploy:symlink_secret_settings"

Expand All @@ -54,5 +53,4 @@
sudo "service unicorn restart"
sudo "service delayed_job restart"
end

end

0 comments on commit 58fa26a

Please sign in to comment.