mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-25 03:33:06 +00:00
fetch deployment setting and update genesis from cfgsync
This commit is contained in:
parent
db6b44869c
commit
82723df85d
@ -9,5 +9,9 @@ export CFG_FILE_PATH="/config.yaml" \
|
||||
LOG_LEVEL="INFO" \
|
||||
POL_PROOF_DEV_MODE=true
|
||||
|
||||
/usr/bin/logos-blockchain-cfgsync-client && \
|
||||
exec /usr/bin/logos-blockchain-node /config.yaml
|
||||
/usr/bin/logos-blockchain-cfgsync-client
|
||||
|
||||
# Download deployment settings generated by cfgsync
|
||||
curl -sf "${CFG_SERVER_ADDR}/deployment-settings" -o /deployment-settings.yaml
|
||||
|
||||
exec /usr/bin/logos-blockchain-node /config.yaml --deployment /deployment-settings.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user