We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d3c83 commit 714a830Copy full SHA for 714a830
1 file changed
lib/tasks/eb_fast_deploy.rb
@@ -103,6 +103,7 @@ def update_eb_environment(version_label = nil)
103
:options_to_remove => options_to_remove )
104
else
105
AWS.elastic_beanstalk.client.update_environment(:environment_name => ENV['ENVIRONMENT'],
106
+ :version_label => @version_label,
107
:option_settings => all_options,
108
109
end
0 commit comments