Skip to content

Commit 0d99eee

Browse files
committed
Fixed env for prod deloy
1 parent aa58bc2 commit 0d99eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
9696
build-platforms: 'aws'
97-
environment: "eval-production"
97+
environment: "production"
9898
version-bump: ${{ inputs.version-bump }}
9999
branch: ${{ inputs.branch }}
100100
secrets:

0 commit comments

Comments
 (0)