Skip to content

Commit 28c2e82

Browse files
committed
fix(ci): resolve domain mismatch
1 parent 37a61cd commit 28c2e82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to Cloudflare Workers
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
jobs:
99
deploy:
@@ -35,5 +35,5 @@ jobs:
3535

3636
- name: Post-deployment health check
3737
run: |
38-
sleep 10
39-
curl -f https://ww-proxy.YOUR_SUBDOMAIN.workers.dev/health || exit 1
38+
sleep 5
39+
curl -f https://ww-proxy.levi-wilkerson.workers.dev/health || exit 1

0 commit comments

Comments
 (0)