Skip to content

Commit 912bb77

Browse files
Revert "Add production deployment workflow"
This reverts commit 2dcafa8.
1 parent 2dcafa8 commit 912bb77

File tree

4 files changed

+1
-185
lines changed

4 files changed

+1
-185
lines changed

.github/workflows/deploy_datastream.yml

Lines changed: 0 additions & 162 deletions
This file was deleted.

infra/aws/terraform/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ Multiple environments are supported via separate backend and variable files:
6161
| Environment | Backend Config | Variables | State Machine | Purpose |
6262
|-------------|----------------|-----------|---------------|---------|
6363
| dev | `backend-dev.hcl` | `variables.tfvars` | `nrds_dev_sm` | Local development |
64-
| test | `backend-test.hcl` | `variables-test.tfvars` | `nrds_test_sm` | CI/CD testing (`infra_deploy_val.yaml`) |
64+
| test | `backend-test.hcl` | `variables-test.tfvars` | `nrds_test_sm` | CI/CD testing (`infra_deploy.yml`) |
6565
| healthcheck | `backend-healthcheck.hcl` | `variables-healthcheck.tfvars` | `nrds_healthcheck_sm` | Auto-rerun failures (`health_check.yml`) |
66-
| prod | `backend-prod.hcl` | `variables-prod.tfvars` | `nrds_prod_sm` | Production deployment (`deploy_datastream.yml`) |
6766

6867
### Using an Environment
6968

@@ -84,7 +83,6 @@ Each environment has isolated Terraform state to prevent conflicts:
8483
- **dev**: `ciroh-terraform-state` bucket (us-east-2)
8584
- **test**: `ciroh-ngen-datastream-test-tfstate` bucket
8685
- **healthcheck**: `ciroh-ngen-datastream-test-tfstate` bucket (separate key)
87-
- **prod**: `ciroh-ngen-datastream-prod-tfstate` bucket
8886

8987
### Adding a New Environment
9088

infra/aws/terraform/backend-prod.hcl

Lines changed: 0 additions & 5 deletions
This file was deleted.

infra/aws/terraform/variables-prod.tfvars

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)