deploy github user contribution endpoint to cloudflare

This commit is contained in:
platane
2025-02-20 23:43:25 +07:00
parent 10c4c3c7bd
commit 852f0ae376
9 changed files with 257 additions and 287 deletions

View File

@@ -1,3 +1,14 @@
# @snk/github-user-contribution-service
Expose github-user-contribution as an endpoint, using vercel.sh
Expose github-user-contribution as an endpoint. hosted on cloudflare
```sh
# deploy
bunx wrangler deploy --branch=production
# change secret
bunx wrangler secret put GITHUB_TOKEN
```