Fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace :deploy do
|
||||
desc "Deploys our application on heroku"
|
||||
task :run => [:off, :push, :migrate, :restart, :on, :tag]
|
||||
task :run => [:off, :push, :migrate, :restart, :on]
|
||||
|
||||
desc "Rolls previous deploy revision back"
|
||||
task :rollback => [:off, :push_previous, :restart, :on]
|
||||
|
||||
Reference in New Issue
Block a user