lib/alpha_omega/deploy.rb in alpha_omega-0.0.186 vs lib/alpha_omega/deploy.rb in alpha_omega-0.0.187

- old
+ new

@@ -406,9 +406,16 @@ update_code run "ln -nfs #{deploy_release} #{deploy_path}.new" run "mv -T #{deploy_path}.new #{deploy_path}" end + desc <<-DESC + Runs a repl in the compare release + DESC + task :repl do + compare + end + namespace :rollback do desc <<-DESC [internal] Points the current symlink at the previous revision. This is called by the rollback sequence, and should rarely (if ever) need to be called directly.