diff --git a/lib/tasks/deploy.rake b/lib/tasks/deploy.rake index 4899317..65dcef7 100644 --- a/lib/tasks/deploy.rake +++ b/lib/tasks/deploy.rake @@ -1,6 +1,6 @@ namespace :deploy do desc "Deploys our application on heroku" - task :run => [:test, :off, :push, :migrate, :restart, :on, :tag] + task :run => [:off, :push, :migrate, :restart, :on, :tag] desc "Rolls previous deploy revision back" task :rollback => [:off, :push_previous, :restart, :on]