Skip to content

Commit b0bd062

Browse files
author
Tony Nyurkin
committed
new version
1 parent 04626a2 commit b0bd062

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/blue_green_switch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ AWSClient.elbv2.wait_until(
4242
targets: targets
4343
)
4444

45-
client.modify_rule(rule_arn: rule.rule_arn, actions: [{ type: "forward", target_group_arn: tg_color }])
45+
AWSClient.elbv2.modify_rule(rule_arn: rule.rule_arn, actions: [{ type: "forward", target_group_arn: tg_color }])

deploy-tools.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'deploy-tools'
3-
s.version = '0.0.2'
4-
s.date = '2020-09-04'
3+
s.version = '0.0.4'
4+
s.date = '2020-09-15'
55
s.summary = "Deploy tools"
66
s.description = "A set of script used for deployment"
77
s.authors = ["Tony Nyurkin"]

0 commit comments

Comments
 (0)