Hey! We need CF workers set up in doc-kit to continue with the plan @joesepi discussed.
Note that the user in my demo is my personal account, avivkeller, but in reality we should use the Node.js account. Additionally, this likely requires someone with access to both Cloudflare and admin access to the Node.js GitHub organization, since the CF workers app may need to be re-linked from within the Cloudflare "Workers & Pages" tab in order to properly link (I think)
- Visit
https://dash.cloudflare.com/[...]/workers-and-pages/create
- Select "Continue with GitHub", "Connect GitHub", or similar.
- If prompted, install (or re-install) the https://github.com/apps/cloudflare-workers-and-pages app
- When asked to "Select a repository", choose
nodejs/doc-kit
- Set
Build command to npm run build, and hit "Deploy"
Hey! We need CF workers set up in
doc-kitto continue with the plan @joesepi discussed.Note that the user in my demo is my personal account,
avivkeller, but in reality we should use the Node.js account. Additionally, this likely requires someone with access to both Cloudflare and admin access to the Node.js GitHub organization, since the CF workers app may need to be re-linked from within the Cloudflare "Workers & Pages" tab in order to properly link (I think)https://dash.cloudflare.com/[...]/workers-and-pages/createnodejs/doc-kitBuild commandtonpm run build, and hit "Deploy"