feat(bedrock): unified keeper ECS scaffolding and deploy CI#20
Merged
Conversation
Add 06_col_mar_keeper_svc.tf (single svc-col-mar-keeper-* on the shared
derivatives ECS cluster, keeper.{env}.hashpower.exchange). Extend GitHub
Actions IAM and dev tfvars (stg/lmn off until GH envs are ready).
Replace the merged dual-service deploy-keeper.yml with a single-service
workflow that injects the full keeper env block from GitHub Variables and
Secrets. Fix keeper-test.yml sibling checkout paths for integration tests.
Co-authored-by: Cursor <cursoragent@cursor.com>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ecs-derivatives-marketplace-*cluster (svc-col-mar-keeper-*,keeper.{env}.hashpower.exchange, port 3000).ecs-update-col-mar-keepersodeploy-keeper.ymlcan register task defs and update the service.deploy-keeper.ymlwith one deploy job that injects the full keeper env block from GitHub Variables/Secrets (aligned withdeploy-col-mar-mm.yml).keeper-test.ymlsibling checkout paths for integration tests.keeper_service.create = truein dev only; stg/lmn remainfalseuntil those environments are configured.Prerequisite: legacy
derivatives-marketplaceperps keeper destroyed (perpskeeper_service.create = false) sokeeper.*DNS is free.Test plan
terragrunt applyon dev (keeper ECS shell + IAM applied)devenvironment vars/secrets configured (LIQUIDATOR_PRIVATE_KEY, addresses,DRY_RUN=true)devhttps://keeper.dev.hashpower.exchange/healthand CloudWatch/ecs/col-mar-keeper-devDRY_RUN=falsefor live liquidationsMade with Cursor