Removing test task from deploy
This commit is contained in:
parent
cb18391d45
commit
b55da886db
|
@ -1,6 +1,6 @@
|
||||||
namespace :deploy do
|
namespace :deploy do
|
||||||
desc "Deploys our application on heroku"
|
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"
|
desc "Rolls previous deploy revision back"
|
||||||
task :rollback => [:off, :push_previous, :restart, :on]
|
task :rollback => [:off, :push_previous, :restart, :on]
|
||||||
|
|
Loading…
Reference in New Issue