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.
- checksums.yaml +4 -4
- data/bin/twig-feature +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 699ddf76753c095ae1e869d253794da06e17b93fcc6e701f67bcd3c7af9d3ad0
|
|
4
|
+
data.tar.gz: 4a9fa56b2a10947da7426ef8e079b26b0243c54005242c7e878023f7cf5a2d8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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-
|
|
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-
|
|
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]
|