Deploy a production vs preview build using GitHub Actions
I have a GitHub action setup to build a React project, then deploy using this GitHub action: https://github.com/marketplace/actions/cloudflare-pages-github-action
When it deploys, it's deploying it as a preview build. How do I get it to deploy as a production build instead?
The docs seem to indicate that I can specify which branch is the production branch, but I've looked all over the Page settings in CF and don't see that option. It seems to be missing.
0 Replies