smartcloud 0.0.51 → 0.0.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/lib/smartcloud/grids/runner.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: a7a54201699b174e14ed032c350538f8aed65bf62f522ac7eceef196b7b9a759
|
4
|
+
data.tar.gz: 5b84a474d5cc184cb0381b5b73e43b9af9919be96da137ecf4ba305a16c5aae2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 904c666bed0a53c0bcce7b3960b3c313c92c3ca5e43a88fda713578aea4c56194db33cb8a8e3565cf7e5821f0a12261e9a3156dd71bae1f580c0380099b2ff71
|
7
|
+
data.tar.gz: 57cedf96f33a225292bb6e4443f51c3a54f97b64dc9761506a0110c8c31a84ef7ae31bc9ec79696f66f99b715ca88868ed5a92745b7107767a2a3574c07e9184
|
@@ -23,7 +23,7 @@ module Smartcloud
|
|
23
23
|
--env LETSENCRYPT_HOST=#{Smartcloud.config.git_domain} \
|
24
24
|
--env LETSENCRYPT_EMAIL=#{Smartcloud.config.sysadmin_email} \
|
25
25
|
--env LETSENCRYPT_TEST=#{Smartcloud.config.letsencrypt_test} \
|
26
|
-
--env
|
26
|
+
--env GIT_PROJECT_ROOT=#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/apps/repositories \
|
27
27
|
--expose='9000' \
|
28
28
|
--volume='#{Smartcloud.config.user_home_path}/.smartcloud/config:#{Smartcloud.config.user_home_path}/.smartcloud/config' \
|
29
29
|
--volume='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner:#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner' \
|