Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 0fea7af

Browse files
committed
fix(build): add missing stage environment variable
1 parent 326459a commit 0fea7af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"USERS_API_ENDPOINT_ORIGIN": usersApiLambdaEndpoint,
8888
"TMT_PRODUCTIZER_ENDPOINT_ORIGIN": tmtProductizerLambdaEndpoint,
8989
"JOBS_IN_FINLAND_PRODUCTIZER_ENDPOINT_ORIGIN": jobsInFinlandProductizerLambdaEndpoint,
90+
"STAGE": stage,
9091
}
9192
),
9293
)

0 commit comments

Comments
 (0)