Skip to content

Commit 10e9a56

Browse files
committed
update prod and staging api urls
1 parent 0fe5e0a commit 10e9a56

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
workflow_dispatch:
89

910
jobs:
@@ -106,7 +107,7 @@ jobs:
106107
- name: deploy evaluation function
107108
id: deploy-evaluation-function
108109
env:
109-
BACKEND_API_URL: https://hytqbudf4a.eu-west-1.awsapprunner.com
110+
BACKEND_API_URL: https://staging-api.lambdafeedback.com
110111
API_KEY: ${{ secrets.FUNCTION_ADMIN_API_KEY }}
111112
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
112113
IMAGE_TAG: ${{ steps.set_function_name.outputs.function_name }}
@@ -175,7 +176,7 @@ jobs:
175176
- name: deploy evaluation function
176177
id: deploy-evaluation-function
177178
env:
178-
BACKEND_API_URL: https://vnfapgr7gv.eu-west-1.awsapprunner.com
179+
BACKEND_API_URL: https://prod-api.lambdafeedback.com
179180
API_KEY: ${{ secrets.FUNCTION_ADMIN_API_KEY }}
180181
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
181182
IMAGE_TAG: ${{ steps.set_function_name.outputs.function_name }}

0 commit comments

Comments
 (0)