Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.23 KB

1 explicit PR => many implicit deploys

(should be actual for monorepos with multiple microservices)

This example is use deno-deploy:

  • work on dev or feature/* etc. branch
  • make pull-request into main branch
  • all deploys will be triggered automatically:

Applications deployed from this repo after PR into main:

Tips/notes/logs...

  • 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)

How will looked your actions after pr into main branch only

github actions, screen-example