How to have worker auto deploy specific environment?

I have a production and staging environment which I'm currently deploying. Prod is the default and deployed automatically on push (via GitHub repo). Staging environment is being manually deployed from local via
wrangler deploy -e=staging
wrangler deploy -e=staging
I want to have it auto deploy to staging worker (foo-bar-staging) based on push to staging branch.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?