prima-twig 0.45.26 → 0.45.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/bin/twig-deploy +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 0f5aee7f45340aaffa26c7a202f492e2c0925809c748a32d4af2e0647de92c22
|
|
4
|
+
data.tar.gz: 4ed1d0f6d819453d733dcaca10b39cd399682e2107590b81b00f0aafeedc152c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2d9564ad1f84cf18aefa762e9b8d4afb71cff53b588de7ed9ac00aa3035ca6d6006870e9bc321228e5a34abd02b1d1301d958c07a9be695d2026f401e1166ac
|
|
7
|
+
data.tar.gz: 5298b3c525b51aa129031527077edec97427ad669f0f8b17165b3f8921a53485c5e2ffcea215a5d47bf8fce6c96d4f86916be51f95c7e56aa9cae22507fd2f8b
|
data/bin/twig-deploy
CHANGED
|
@@ -147,7 +147,7 @@ class Review
|
|
|
147
147
|
def reload_parameters!
|
|
148
148
|
artifact_rev = ''
|
|
149
149
|
resp = @cf.describe_stacks({
|
|
150
|
-
stack_name: "ecs-task-web-production"
|
|
150
|
+
stack_name: "ecs-task-web-vpc-production"
|
|
151
151
|
})
|
|
152
152
|
resp.stacks[0].parameters.each do |param|
|
|
153
153
|
if param.parameter_key == 'ReleaseVersion'
|
|
@@ -176,9 +176,9 @@ class Review
|
|
|
176
176
|
exec_step "git checkout #{artifact_rev}"
|
|
177
177
|
exec_step deploy_command
|
|
178
178
|
|
|
179
|
-
stack_name_web = 'ecs-task-web-production'
|
|
180
|
-
stack_name_consumer = 'ecs-task-consumer-production'
|
|
181
|
-
stack_name_cron = 'ecs-task-consumer-production'
|
|
179
|
+
stack_name_web = 'ecs-task-web-vpc-production'
|
|
180
|
+
stack_name_consumer = 'ecs-task-consumer-vpc-production'
|
|
181
|
+
stack_name_cron = 'ecs-task-consumer-vpc-production'
|
|
182
182
|
wait_for_stack_ready(stack_name_web) unless stack_ready?(stack_name_web)
|
|
183
183
|
wait_for_stack_ready(stack_name_consumer) unless stack_ready?(stack_name_consumer)
|
|
184
184
|
wait_for_stack_ready(stack_name_cron) unless stack_ready?(stack_name_cron)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.45.
|
|
4
|
+
version: 0.45.27
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-03-
|
|
17
|
+
date: 2019-03-14 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
217
|
rubyforge_project:
|
|
218
|
-
rubygems_version: 2.
|
|
218
|
+
rubygems_version: 2.7.8
|
|
219
219
|
signing_key:
|
|
220
220
|
specification_version: 4
|
|
221
221
|
summary: The Prima twig toolbelt
|