wrangler upload to pages.dev
I am using wrangler to deploy my static app.
What command should I run to deploy to:
example.pages.dev
where my page is example
.
So far I am getting multiple deployments to xxxxxxx.example.pages.dev
but can not figure it out how to actually deple under example.pages.dev
.
thanks1 Reply
Try adding
--branch main
to your deploy command