Skip to content

Commit dd4f706

Browse files
committed
Missed the second healthcheck location in deploy
I fixed it in the infrastructure stack, but missed the pointer in the deploy file.
1 parent 0d1acdf commit dd4f706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Health check
128128
run: |
129129
SERVICE_URL="${{ env.SERVICE_URL }}"
130-
HEALTH_ENDPOINT="${SERVICE_URL}/v2.0/routes/healthwatch"
130+
HEALTH_ENDPOINT="${SERVICE_URL}/v2.0/healthcheck"
131131
132132
echo "Performing health check on: $HEALTH_ENDPOINT"
133133
echo "Waiting 60 seconds for App Runner to start..."

0 commit comments

Comments
 (0)