Skip to content

Commit

Permalink
Change deploy tasks order
Browse files Browse the repository at this point in the history
  • Loading branch information
mlainez committed Sep 11, 2011
1 parent 767ef84 commit 715fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/testing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
task t, :roles => :app do ; end
end

after "deploy:update", "deploy:rake_db_migrate", "deploy:remove_pictures", "symlink_members_pictures", "symlink_options", "symlink_db", "deploy:rake_db_seed"
after "deploy:update", "deploy:remove_pictures", "symlink_members_pictures", "symlink_options", "symlink_db", "deploy:rake_db_migrate", "deploy:rake_db_seed"
end

0 comments on commit 715fb6f

Please sign in to comment.