[codex] Add AWS t9 staging hub environment#60
Merged
Conversation
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
stagingTerraform stack forahand-hub-stagingonopenclaw-hive-dev.stagingbranch into the global hub deploy workflow anddeploy/hub/deploy.sh.Live AWS validation
terraform -chdir=infra/envs/staging planreturnedNo changes, confirming the remote staging stack already matches this configuration./ahand-hub/staging/SENTRY_DSNwas set from the existing global hub DSN so Sentry SDK capture is enabled withSENTRY_ENVIRONMENT=staging.ahand-hub:stagingwas retagged to the main merge image8b811736b39e6592084db96de92545ce2f54c5e6anddeploy/hub/deploy.sh stagingcompleted with ECS stable.https://ahand-hub.staging.team9.ai/api/healthreturned{ "ok": true }.Test Plan
bash scripts/verify-aws-staging-config.shruby -e 'require "yaml"; YAML.load_file(".github/workflows/deploy-hub.yml"); puts "yaml ok"'bash -n deploy/hub/deploy.shterraform fmt -check infra/modules/ahand-hub infra/envs/dev infra/envs/stagingterraform -chdir=infra/envs/staging init -backend=falseterraform -chdir=infra/envs/staging validateterraform -chdir=infra/envs/staging initterraform -chdir=infra/envs/staging plan -out=/tmp/ahand-t9-staging.tfplan