From b55da886db5e9089ee0d9a8891e480018f265f68 Mon Sep 17 00:00:00 2001 From: magnolia-fan Date: Sun, 27 Nov 2011 22:22:02 +0400 Subject: [PATCH] Removing test task from deploy --- lib/tasks/deploy.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]