This commit is contained in:
magnolia-fan
2011-11-29 03:56:02 +04:00
parent 94ae2ff3b0
commit aeea80997e
3 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -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]