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
I want to have it auto deploy to staging worker (foo-bar-staging) based on push to
staging
branch.0 Replies