lib/alpha_omega/deploy.rb in alpha_omega-1.3.21 vs lib/alpha_omega/deploy.rb in alpha_omega-1.3.22

- old
+ new

@@ -33,9 +33,10 @@ # are not sufficient. # ========================================================================= _cset :skip_scm, false _cset :skip_notifications, false + _cset :skip_performance, true _cset :scm, :git _cset :deploy_via, :checkout _cset(:branch) { AlphaOmega.what_branch } _cset(:revision) { source.head }