Skip to content

Commit

Permalink
Merge pull request #80 from tschaffter/dev-to-stage
Browse files Browse the repository at this point in the history
Deploy OC v1.1.2
  • Loading branch information
tschaffter authored Dec 12, 2024
2 parents be639e2 + 0b831c1 commit adc4f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
type: string
role-duration-seconds:
type: number
default: 3600
default: 5400
environment:
required: true
type: string
Expand Down
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# get the environment
environment = utils.get_environment()
stack_name_prefix = f"openchallenges-{environment}"
image_version = "1.1.1"
image_version = "1.1.2"

# get VARS from cdk.json
env_vars = app.node.try_get_context(environment)
Expand Down Expand Up @@ -308,7 +308,7 @@
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
"APP_VERSION": image_version,
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
"DATA_UPDATED_ON": "2024-11-27",
"DATA_UPDATED_ON": "2024-12-12",
"ENVIRONMENT": "production",
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",
Expand Down

0 comments on commit adc4f86

Please sign in to comment.