kodadot / workers

Implementation of Cloudflare Workers in KodaDot
https://kodadot.xyz
9 stars 12 forks source link

Setup deployment of partykit from gh actions #253

Open yangwao opened 4 months ago

yangwao commented 4 months ago

in folder /party https://docs.partykit.io/guides/deploy-to-cloudflare/

CLOUDFLARE_ACCOUNT_ID=<your account id> CLOUDFLARE_API_TOKEN=<your api token> npx partykit deploy --domain partykit.kodadot.workers.dev

yangwao commented 4 months ago

also I'm thinking we can move code to private-workers repo?

preschian commented 4 months ago

checking