lib/jack/deploy.rb in jack-eb-1.3.0 vs lib/jack/deploy.rb in jack-eb-1.4.0

- old
+ new

@@ -51,10 +51,9 @@ # --timeout TIMEOUT timeout period in minutes # --source SOURCE source of code to deploy directly; example # source_location/repo/branch # -p, --process enable preprocessing of the application version command = "#{eb_bin} deploy#{eb_base_flags} #{@env_name} #{ENV['EB_OPTIONS']}" - puts "command #{command.inspect}" - # sh(command) + sh(command) end end end