prima-twig 0.46.1 → 0.46.2
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 +4 -4
- data/bin/twig-deploy +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6e106fe18efe3b0a92f48e245f1f23b6179aef1
|
|
4
|
+
data.tar.gz: 939b402da0824e72a249cf768e65cfc47ed5f206
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ccafabd5098c54b77a9c38d32fa331139abb3fd6b3e62b2f473828955d677c86e86da58118064d1b1170f7a0434ea2b20be89bf7701f06d0a83b85e59e1a84b
|
|
7
|
+
data.tar.gz: 0d0333ceb7fe009a3dff3e5cc1c9edda5e0ced7d3dd61587711c3717318fdee03e01a1d2d88285362589850dc80b0ca998258c6106b27199b206984b7011c585
|
data/bin/twig-deploy
CHANGED
|
@@ -180,9 +180,11 @@ class Review
|
|
|
180
180
|
stack_name_web = 'ecs-task-web-vpc-production'
|
|
181
181
|
stack_name_consumer = 'ecs-task-consumer-vpc-production'
|
|
182
182
|
stack_name_cron = 'ecs-task-consumer-vpc-production'
|
|
183
|
+
stack_name_job = 'batch-job-php-production'
|
|
183
184
|
wait_for_stack_ready(stack_name_web) unless stack_ready?(stack_name_web)
|
|
184
185
|
wait_for_stack_ready(stack_name_consumer) unless stack_ready?(stack_name_consumer)
|
|
185
186
|
wait_for_stack_ready(stack_name_cron) unless stack_ready?(stack_name_cron)
|
|
187
|
+
wait_for_stack_ready(stack_name_job) unless stack_ready?(stack_name_job)
|
|
186
188
|
end
|
|
187
189
|
|
|
188
190
|
def get_artifacts
|
|
@@ -230,7 +232,7 @@ class Review
|
|
|
230
232
|
})
|
|
231
233
|
|
|
232
234
|
resp = @ecs.run_task({
|
|
233
|
-
cluster: 'ecs-cluster-tools-ECSCluster-
|
|
235
|
+
cluster: 'ecs-cluster-tools-vpc-production-ECSCluster-1WJQLW5EVLYEB',
|
|
234
236
|
task_definition: resp.stack_resource_detail.physical_resource_id,
|
|
235
237
|
overrides: {
|
|
236
238
|
container_overrides: [
|