Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 612 Bytes

File metadata and controls

23 lines (20 loc) · 612 Bytes

.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;
Loading

feature tests

release build-and-push, deploy

hotfix tests , build-and-push, deploy

main promote