prima-twig 0.31.43 → 0.31.44
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 -0
- 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: 19781718e9426ee5c153ba5aabef35d71892e02d
|
|
4
|
+
data.tar.gz: b3e4bf3fd4e8603803ab2994acec0cb8a3e74a66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97fb373420c441c56a70587eaf70f8e132cd09f930cb58540cbb5a0c37f98cf1be1adb19cc29ed72af361ca0e2c766cdd3f58115acc32bc9cab482eb29435cf5
|
|
7
|
+
data.tar.gz: ec44121d17990794103aedcea66e6ae802ffffcb10fab71f6c19950aa2eb8fe35e1f5013513a548b9c48ebb7b9572faed3cf7076d861de43b884dec4e00e8e68
|
data/bin/twig-feature
CHANGED
|
@@ -1335,6 +1335,8 @@ class Release
|
|
|
1335
1335
|
ws_endpoint = "wss://#{crash_qa_host}/socket/websocket?vsn=1.0.0"
|
|
1336
1336
|
frontend_endpoint = "https://#{crash_qa_host}/graphql"
|
|
1337
1337
|
|
|
1338
|
+
decrypt_secrets()
|
|
1339
|
+
|
|
1338
1340
|
[
|
|
1339
1341
|
'docker-compose build web',
|
|
1340
1342
|
"docker-compose run -w $PWD -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=qa web \
|