1
0
Fork 0

Removing test task from deploy

This commit is contained in:
magnolia-fan 2011-11-27 22:22:02 +04:00
parent cb18391d45
commit b55da886db
1 changed files with 1 additions and 1 deletions

View File

@ -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]