Skip to content

Commit

Permalink
[IT-4055] Remove CI deployment for dev environment
Browse files Browse the repository at this point in the history
Once this is merged we will merge to git stage and prod
branches then manually tear down the openchallenges
dev stack and remove the git dev branch.

depends on Sage-Bionetworks-IT/organizations-infra#1329
  • Loading branch information
zaro0508 committed Jan 31, 2025
1 parent 8d25507 commit 9cab322
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/deploy-dev.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,9 @@ OpenChallenges app.

The workflow for continuous integration:

* Create PR from the git dev branch
* Create PR from the git stage branch
* PR is reviewed and approved
* PR is merged
* CI deploys changes to the dev environment (dev.openchallenges.io) in the org-sagebase-openchallenges-dev account.
* Changes are promoted (or merged) to the git stage branch.
* CI deploys changes to the staging environment (stage.openchallenges.io) in the org-sagebase-openchallenges-prod account.
* Changes are promoted (or merged) to the git prod branch.
* CI deploys changes to the prod environment (prod.openchallenges.io) in the org-sagebase-openchallenges-prod account.
5 changes: 0 additions & 5 deletions cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
"@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": true,
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true,
"@aws-cdk/aws-eks:nodegroupNameAttribute": true,
"dev": {
"VPC_CIDR": "10.255.92.0/24",
"FQDN": "dev.openchallenges.io",
"CERTIFICATE_ARN": "arn:aws:acm:us-east-1:221082174873:certificate/4bd9e6ac-0951-485e-a132-e842aaf2ec58"
},
"stage": {
"VPC_CIDR": "10.255.93.0/24",
"FQDN": "stage.openchallenges.io",
Expand Down

0 comments on commit 9cab322

Please sign in to comment.