et_full_system 1.0.0.pre5 → 1.0.0.pre6
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/Gemfile.lock +1 -1
- data/foreman/Procfile +1 -1
- data/lib/et_full_system/version.rb +1 -1
- 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: 1ecdac26880579e3a97261ec06db9a4c30dd0de88764304e8e00b74eadd1501e
|
4
|
+
data.tar.gz: 0366af11161c238d17278d9629ed60a460873fb0d8f68ccf3424c162a9b9342a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 712046e7e7dd9755ef3fc63716d79b325bffc9c79f92b22c0c1a469b4fd3a22dc7d0f4e98c32e3d2dfd1a8b686a2cb89c6a91073b2e31949336d24f29c7c8012
|
7
|
+
data.tar.gz: 18fe3c2ecbb947532124f330db215f3aaa33269fc92e9c5141c0ee159a6922e46339ec699541db79fcfe83f4842537485f9ce4524acd680030fc17038bb631f1
|
data/Gemfile.lock
CHANGED
data/foreman/Procfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
traefik: bash --login -c "traefik --configfile=${FOREMAN_PATH}/traefik.toml"
|
2
|
-
et1_web: bash --login -c "
|
2
|
+
et1_web: godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url et1 http://localhost:$PORT && cd systems/et1 && ./run.sh"
|
3
3
|
et1_sidekiq: bash --login -c "cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && cd systems/et1 && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et1.env ./run_sidekiq.sh"
|
4
4
|
et3_web: bash --login -c "export PORT=$(freeport) && cd ${FS_ROOT_PATH} && et_full_system local wait_for_support && et_full_system local update_service_url et3 http://localhost:$PORT && cd systems/et3 && godotenv -f ${FOREMAN_PATH}/.env godotenv -f ${FOREMAN_PATH}/et3.env ./run.sh"
|
5
5
|
mail_web: bash --login -c "source ${FOREMAN_PATH}/mailhog.env && mailhog"
|