Skip to content

Commit

Permalink
Merge pull request #153 from Sage-Bionetworks/develop-deploy-current-dev
Browse files Browse the repository at this point in the history
deploy current develop to aws to allow faster testing
  • Loading branch information
linglp authored Oct 16, 2024
2 parents 6d33cd3 + dc4b846 commit 207fb0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion 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:v0.1.85-beta",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand Down

0 comments on commit 207fb0c

Please sign in to comment.