Skip to content

Commit

Permalink
Merge pull request #156 from Sage-Bionetworks/dev
Browse files Browse the repository at this point in the history
Update schematic to 24.10.2 - staging
  • Loading branch information
andrewelamb authored Oct 21, 2024
2 parents 08aa2f1 + b1b7682 commit 60b7513
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Static Analysis
uses: pre-commit/action@v3.0.0

Expand Down
6 changes: 3 additions & 3 deletions cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"aws-cn"
],
"dev": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.7.2",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.10.2",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand All @@ -53,7 +53,7 @@
"VPC_CIDR": "10.255.76.0/24"
},
"staging": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.7.2",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.10.2",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand All @@ -65,7 +65,7 @@
},

"prod": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.7.2",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.10.2",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand Down

0 comments on commit 60b7513

Please sign in to comment.