We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a61cd commit 28c2e82Copy full SHA for 28c2e82
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy to Cloudflare Workers
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - "v*"
7
8
jobs:
9
deploy:
@@ -35,5 +35,5 @@ jobs:
35
36
- name: Post-deployment health check
37
run: |
38
- sleep 10
39
- curl -f https://ww-proxy.YOUR_SUBDOMAIN.workers.dev/health || exit 1
+ sleep 5
+ curl -f https://ww-proxy.levi-wilkerson.workers.dev/health || exit 1
0 commit comments