prima-twig 0.39.2 → 0.39.3
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c35085a89a541a2bcf38f47777c1963e24f3e43
|
|
4
|
+
data.tar.gz: a3a8f22ede5ad31645cbff9b40a79067f999a3cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14053b3819d032352f1e796753f4a89f6d04971a303318d7e3c839dfc5caf2ccf1f49e93e9ef0aa822a83c9243aa027834c40e1d24a2fba916a5153988ddea90
|
|
7
|
+
data.tar.gz: 13ea9d428d3608877536297a204e0d6e5239ff31934bd240f664f8429426b058b9ce103ca69926089c3292228740b01dc6fc10351eb419ea5fea66a07cc2b949
|
data/bin/twig-feature
CHANGED
|
@@ -1924,7 +1924,7 @@ class Release
|
|
|
1924
1924
|
if minimal
|
|
1925
1925
|
[
|
|
1926
1926
|
'docker-compose build web',
|
|
1927
|
-
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=staging web \
|
|
1927
|
+
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=staging -e HOSTNAME_PATTERN=https://#{crash_qa_host} web \
|
|
1928
1928
|
'-c' 'sed -i \"s/crash-staging.prima.it/#{crash_qa_host}/g\" config/staging.exs && \
|
|
1929
1929
|
mix local.hex --force && mix hex.info && \
|
|
1930
1930
|
mix deps.get && \
|
|
@@ -1945,7 +1945,7 @@ class Release
|
|
|
1945
1945
|
else
|
|
1946
1946
|
[
|
|
1947
1947
|
'docker-compose build web',
|
|
1948
|
-
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=qa web \
|
|
1948
|
+
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=qa -e HOSTNAME_PATTERN=https://#{crash_qa_host} web \
|
|
1949
1949
|
'-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
|
1950
1950
|
sed -i \"s/crash-qa-host/#{crash_qa_host}/g\" config/qa.exs && \
|
|
1951
1951
|
mix local.hex --force && mix hex.info && \
|