Skip to content

Commit e8937f3

Browse files
committed
docs: Update deploy section of README
1 parent bd9b06f commit e8937f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pnpm dev
1414

1515
## Deploy
1616

17-
Deployment to Cloudflare Workers using the `wrangler.jsonc` file can be set up in the Cloudflare dashboard to automatically trigger off of GitHub, or can be done manually with:
17+
Deployment to Cloudflare Workers can be done using GitHub Actions using `.github/workflows/deploy-to-cloudflare.yml`. Configuration is in `wrangler.jsonc`. Deployment can also be done manually with:
1818

1919
```bash
2020
pnpm run deploy

0 commit comments

Comments
 (0)