(should be actual for monorepos with multiple microservices)
- work on
dev
orfeature/*
etc. branch - make pull-request into
main
branch - all deploys will be triggered automatically:
- Prepare repository with personal github token
- Add it into repository's secrets
- Declare branches that will associated with deploys (1 branch - 1 deno-deploy target)
- Configure workflow to trigger on their
push
,pull requests
etc. - Add conditional logic to filter only own workflow and skip other
- // to be continued... (maybe)