Skip to content

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

feature tests

release build-and-push, deploy

hotfix tests , build-and-push, deploy

main promote

About

πŸ“„ GitHub Organizations Repo

Topics

Resources

Code of conduct

Stars

3 stars

Watchers

1 watching

Forks

Used by

Contributors