https://github.com/devxp-tech/.github
📄 GitHub Organizations Repo
https://github.com/devxp-tech/.github
github organization repository template
Last synced: 26 days ago
JSON representation
📄 GitHub Organizations Repo
- Host: GitHub
- URL: https://github.com/devxp-tech/.github
- Owner: devxp-tech
- License: mit
- Created: 2022-07-25T10:21:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T17:35:40.000Z (7 months ago)
- Last Synced: 2025-12-08T01:39:49.855Z (6 months ago)
- Topics: github, organization, repository, template
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# .github
## GitHub Template Repo
This repository store the DevXP-Tech workflow templates.
## 🚦 Pipeline Workflow
```mermaid
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