prima-twig 0.50.51 → 0.50.52

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd42140716c3cbbdd5bdcc883acca43071a306dd1fbde7ba9bd7d9b2560fc57f
4
- data.tar.gz: 9dd9b464ec36433f9fa82a033df5e913cfcfcb702548af4e6a8bb7527ceafdfb
3
+ metadata.gz: 699ddf76753c095ae1e869d253794da06e17b93fcc6e701f67bcd3c7af9d3ad0
4
+ data.tar.gz: 4a9fa56b2a10947da7426ef8e079b26b0243c54005242c7e878023f7cf5a2d8c
5
5
  SHA512:
6
- metadata.gz: b74f707d7b5d4ee36bab25fb7e9010ad87dd41d2aecaac26576144e85cb8e6a9e8070973489a4a9f7edba8beeaef08d23b7db38737c18ba803d116bb11412f25
7
- data.tar.gz: '094e8eed2a983d3256c77f4cf4c406302c543aa953029f9a79fb9de4204240552f87f8d9b7829bf821239fecc2ef3fb3381568750b2946ac04610c81c6b30f4a'
6
+ metadata.gz: 66a9924e29e34e184367a99494e4cc836874175c518ca999c96e38d18a5a443e3f6f9166e035c87cdca15d04d1a46c822a97cd9f47779dcb8ba32cfb23f44b50
7
+ data.tar.gz: f2d0bd114dd08ddc8cac058010c24a7344836f4ceb7a10f2f13e282f3ac0864015f63fb51f1b9044d4c874ce6e1d761270e2348ae054d7590d3197f858b7b9ac
data/bin/twig-feature CHANGED
@@ -719,7 +719,7 @@ class Release
719
719
 
720
720
  def qainit_drone_minimal_deploy!
721
721
  # tenere solo il project da deployare (l'unico project è prima)
722
- @ami_id = "ami-07e958e72c22cfd7a"
722
+ @ami_id = "ami-0d727e068d7e9ac3b"
723
723
  project = ''
724
724
  @projects.each_key do |project_key|
725
725
  if @projects[project_key][:revision]
@@ -878,7 +878,7 @@ class Release
878
878
 
879
879
  def deploy_feature!
880
880
  `git pull && git submodule init && git submodule update`
881
- @ami_id = "ami-07e958e72c22cfd7a"
881
+ @ami_id = "ami-0d727e068d7e9ac3b"
882
882
  deploy_id = get_deploy_id
883
883
  stack_name_alb = 'ecs-alb-http-public-qa-' + deploy_id[0..5]
884
884
  stack_name_alb_ws = 'ecs-alb-ws-public-qa-' + deploy_id[0..5]
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.50.51
4
+ version: 0.50.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino