Skip to content

Commit 0b831c1

Browse files
committed
Merge dev into stage
2 parents be639e2 + de68806 commit 0b831c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/aws-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121
role-duration-seconds:
2222
type: number
23-
default: 3600
23+
default: 5400
2424
environment:
2525
required: true
2626
type: string

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# get the environment
1818
environment = utils.get_environment()
1919
stack_name_prefix = f"openchallenges-{environment}"
20-
image_version = "1.1.1"
20+
image_version = "1.1.2"
2121

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

0 commit comments

Comments
 (0)