kodadot / workers

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

Setup deployment of partykit from gh actions #253

Open yangwao opened 9 months ago

yangwao commented 9 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 9 months ago

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

preschian commented 9 months ago

checking