diff --git a/stack_orchestrator/data/stacks/blast/deploy/commands.py b/stack_orchestrator/data/stacks/blast/deploy/commands.py index 8b5768fe..e09f28ab 100644 --- a/stack_orchestrator/data/stacks/blast/deploy/commands.py +++ b/stack_orchestrator/data/stacks/blast/deploy/commands.py @@ -26,3 +26,5 @@ def create(context, extra_args): compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0] source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "genesis.json") copy(source_config_file, deployment_config_dir) + source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "rollup.json") + copy(source_config_file, deployment_config_dir)