Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maoxiaoke/cf-pages-du

Direct Upload of CloudFlare Pages
https://github.com/maoxiaoke/cf-pages-du

Last synced: about 1 month ago
JSON representation

Direct Upload of CloudFlare Pages

Awesome Lists containing this project

README

        

# @nzha/cf-pages-du

This repo is according to the Cloudflare wrangler https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/src/pages/upload.tsx

Another way to upload Cloudflare page assets is using `npx wrangler@${wranglerVersion} pages publish "${directory}" --project-name="${projectName}" --branch="${branch}"`

Following the guide of [pages-action](https://github.com/cloudflare/pages-action/blob/main/src/index.ts#L41)