Skip to content

devxp-tech/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

.github

GitHub Template Repo

This repository store the DevXP-Tech workflow templates.

๐Ÿšฆ Pipeline Workflow

graph TD;
    main-->Setup-Environment;
    main--docker-compose-->Test-Application;
    main--code-quality-->SonarQube-Scan;    
    Setup-Environment-->Build-and-Push;
    Test-Application-->Build-and-Push;
    SonarQube-Scan-->Build-and-Push;    
    Build-and-Push--security-gateway-->Trivy-Scan;
    Trivy-Scan-->GitOps-Deploy;
    GitOps-Deploy--notify-->Slack;

feature tests

release build-and-push, deploy

hotfix tests , build-and-push, deploy

main promote