diff --git a/stack_orchestrator/data/stacks/blast/deploy/commands.py b/stack_orchestrator/data/stacks/blast/deploy/commands.py index 62a09bf7..c4e810d4 100644 --- a/stack_orchestrator/data/stacks/blast/deploy/commands.py +++ b/stack_orchestrator/data/stacks/blast/deploy/commands.py @@ -19,6 +19,7 @@ from shutil import copy def create(context, extra_args): + # Our goal here is just to copy the genesis.json file for blast deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data") command_context = extra_args[2] diff --git a/stack_orchestrator/data/stacks/blast/stack.yml b/stack_orchestrator/data/stacks/blast/stack.yml index 677c958d..55cc9818 100644 --- a/stack_orchestrator/data/stacks/blast/stack.yml +++ b/stack_orchestrator/data/stacks/blast/stack.yml @@ -3,6 +3,13 @@ name: blast description: "A blast stack" repos: - github.com/blast-io/blast + - git.vdb.to/cerc-io/keycloak-reg-api + - git.vdb.to/cerc-io/keycloak-reg-ui containers: + - cerc/keycloak + - cerc/webapp-base + - cerc/keycloak-reg-api + - cerc/keycloak-reg-ui pods: - blast + - mainnet-eth-keycloak