prima-twig 0.46.1 → 0.46.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-deploy +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7078a5453c590bbfe9f6ef5ba5288c3691be576
4
- data.tar.gz: 83f74939ef62abb6b3363a05fb5987d9f8543ba3
3
+ metadata.gz: a6e106fe18efe3b0a92f48e245f1f23b6179aef1
4
+ data.tar.gz: 939b402da0824e72a249cf768e65cfc47ed5f206
5
5
  SHA512:
6
- metadata.gz: cf80ea484fcadaee2c0b735374e8789feeb3ce6b28d71fd833e1b5cc1f4ad83103e068c994b92382226e01d125161ad5cb4d3b05a523aa49330233208302063f
7
- data.tar.gz: fc36bf23ef221286c6351d2215857a8547d912bd27b0c741b72acd01fc6643387322add2100e5ee33d47a80e41f1c2d1ec92e9687178fd697a5ff9600c4184b6
6
+ metadata.gz: 5ccafabd5098c54b77a9c38d32fa331139abb3fd6b3e62b2f473828955d677c86e86da58118064d1b1170f7a0434ea2b20be89bf7701f06d0a83b85e59e1a84b
7
+ data.tar.gz: 0d0333ceb7fe009a3dff3e5cc1c9edda5e0ced7d3dd61587711c3717318fdee03e01a1d2d88285362589850dc80b0ca998258c6106b27199b206984b7011c585
@@ -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-1I4THZHRXOTO5',
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: [
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.46.1
4
+ version: 0.46.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino