Skip to content

Commit 22fafe4

Browse files
committed
Add CI/CD pipelines section in CONTRIBUTING
1 parent 8b4cef7 commit 22fafe4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,19 @@ Name | Description
2323
`MongoDB.Driver` | MongoDB .NET Driver
2424
`Swashbuckle.AspNetCore` | OpenAPI / Swagger generation
2525
`System.Text.Json` | JSON support
26+
27+
## CI/CD pipelines
28+
29+
GitHub Actions are triggered to automate the application lifecycle:
30+
31+
- [CI](.github/workflows/ci.yaml) (Continuous Integration)
32+
- [PKG](.github/workflows/pkg.yaml) (Continuous Delivery)
33+
34+
GitHub project has been configured, in General / Security / Secrets and Variables / Actions:
35+
36+
- DOCKERHUB_TOKEN
37+
- DOCKERHUB_USERNAME
38+
- SONAR_HOST_URL
39+
- SONAR_ORG
40+
- SONAR_PROJECT_KEY
41+
- SONAR_TOKEN

0 commit comments

Comments
 (0)