prima-twig 0.29.8 → 0.29.9
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 +12 -11
- 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: 57cc2abfe63da8eca63003565c2dd3c41acceae3
|
|
4
|
+
data.tar.gz: 52ce0563ce266cd396b657908a49173e031c640d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb98f98adc9c25d02a00f6e88fa74e66764463593726c8efcfe515856ef031958f84136a0bb081a7eea7ba4f4a3082374afbe6eaad9a38002db8c249448e03ff
|
|
7
|
+
data.tar.gz: ed3fd49ff3540e7c015b696539002f13bea5f872b620502ce78f19a1abab78bc9e109d4a2eb20a4d43b80b21b33e566841eeaed85fe8b6d03670b0ba41055093
|
data/bin/twig-feature
CHANGED
|
@@ -1014,17 +1014,18 @@ class Release
|
|
|
1014
1014
|
|
|
1015
1015
|
launch_marley()
|
|
1016
1016
|
|
|
1017
|
-
output "
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1017
|
+
output "
|
|
1018
|
+
> Prima url: https://#{prima_hostname}
|
|
1019
|
+
> Prima RI url: https://#{prima_hostname.sub("www", "wwwri")}
|
|
1020
|
+
> Backoffice (Borat) url: https://#{borat_hostname}
|
|
1021
|
+
> Urania url: http://#{urania_hostname}:81
|
|
1022
|
+
> Bburago url: http://#{bburago_hostname}:83
|
|
1023
|
+
> Hal9000 url: http://#{hal9000_hostname}:10031
|
|
1024
|
+
> Fidaty url: http://#{fidaty_hostname}:10021
|
|
1025
|
+
> Peano url: http://#{peano_hostname}:10039
|
|
1026
|
+
> Assange url: https://#{assange_hostname}
|
|
1027
|
+
> Backoffice (legacy) url: https://#{backoffice_hostname}
|
|
1028
|
+
> SSH connection: ssh ec2-user@#{ec2_ip_address(asg_stack_name)} -i ~/.ssh/ecs-cluster-qa.pem\n".cyan
|
|
1028
1029
|
output "Deploy effettuato, everything is awesome!\n".green
|
|
1029
1030
|
end
|
|
1030
1031
|
|