Does uploading assets with wrangler count as a "build" for Pages in re Pricing?
The pricing for pages says the Free plan comes with 500 "builds" a month. If I deploy my code using GitHub Actions and Wrangler, does this count against the number of builds for billing?
https://pages.cloudflare.com/#:~:text=500%20builds%20per%20month
Cloudflare Pages
Build your next application with Cloudflare Pages
2 Replies
Direct uploads don’t count. Builds are the built in CI runs
So the free plan comes with
Unlimited sites
Unlimited static requests
Unlimited bandwidth
Unlimited asset uploads
?
Sounds like a good deal 🙂