What version of Wrangler are you using?
cloudflare/wrangler-action@2.0.0
What operating system are you using?
Github Actions / ubuntu-latest
Describe the Bug
Here's a truncated log where it shows the wrangler command I use, and the output. This happens on the master branch - so I'd expect this to go to the production domain that I have configured in pages project. Instead it deploys to the preview domain
I notice that wrangler CLI allows me to set the production branch if I use it to create a pages project with --production-branch. But in my case I created the project from the web dashboard. So I don't have a way of telling cloudflare that the production branch is master and to treat commits on that branch as such
with:
apiToken: ***
accountId: ***
command: pages publish --project-name=conf-makerville ./
...
Using API Token authentication
$ Running: wrangler pages publish --project-name=conf-makerville ./
▲ [WARNING] Warning: Your working directory is a git repo and has uncommitted changes
To silence this warning, pass in --commit-dirty=true
🌍 Uploading... (8335/8335)
✨ Success! Uploaded 172 files (8[16](https://github.com/Makerville/conference/actions/runs/3050695715/jobs/4918073087#step:4:17)3 already uploaded) (6.48 sec)
✨ Deployment complete! Take a peek over at https://4f10cf4f.conf-makerville.pages.dev/
What version of
Wranglerare you using?cloudflare/wrangler-action@2.0.0
What operating system are you using?
Github Actions / ubuntu-latest
Describe the Bug
Here's a truncated log where it shows the wrangler command I use, and the output. This happens on the master branch - so I'd expect this to go to the production domain that I have configured in pages project. Instead it deploys to the preview domain
I notice that wrangler CLI allows me to set the production branch if I use it to create a pages project with
--production-branch. But in my case I created the project from the web dashboard. So I don't have a way of telling cloudflare that the production branch ismasterand to treat commits on that branch as such