Skip to content

WhiteMatrixTech/github-cicd-sop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CICD SOP Template

Branches

  • Production ENV: main (Recommended), master
  • Development ENV: dev(Recommended), development

Or others, you may add it manually.

Workflows

Overall:

Trigger Types:

  • test.yml: Auto
  • deploy-dev.yml: Auto
  • deploy-prod.yml: Manual

Test

Trggier: pull_request

On branches:

  • all

Deploy to Dev

Trggier: push, or manual

On branches:

  • dev
  • development
  • main
  • master

Deploy to Prod

Trggier: manual

On branches:

  • main
  • master

LICENSE

Apache-2.0

About

CICD SOP project/template

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors