Skip to content

Commit cfde141

Browse files
committed
Gotta get the right endpoint for the healthcheck
I left in the v2.0, but the healthcheck should be across all endpoints.
1 parent dd4f706 commit cfde141

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/healthcheck"
130+
HEALTH_ENDPOINT="${SERVICE_URL}/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)