Skip to content

Commit

Permalink
Add deploy tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mlainez committed Sep 11, 2011
1 parent b020c5a commit 767ef84
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", "deploy:rake_db_seed"
after "deploy:update", "deploy:rake_db_migrate", "deploy:remove_pictures", "symlink_members_pictures", "symlink_options", "symlink_db", "deploy:rake_db_seed"
end

0 comments on commit 767ef84

Please sign in to comment.