Skip to content

Commit 714a830

Browse files
author
Ubuntu
committed
Fix missing version param on env update
1 parent 32d3c83 commit 714a830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tasks/eb_fast_deploy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def update_eb_environment(version_label = nil)
103103
:options_to_remove => options_to_remove )
104104
else
105105
AWS.elastic_beanstalk.client.update_environment(:environment_name => ENV['ENVIRONMENT'],
106+
:version_label => @version_label,
106107
:option_settings => all_options,
107108
:options_to_remove => options_to_remove )
108109
end

0 commit comments

Comments
 (0)