We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4cef7 commit 22fafe4Copy full SHA for 22fafe4
CONTRIBUTING.md
@@ -23,3 +23,19 @@ Name | Description
23
`MongoDB.Driver` | MongoDB .NET Driver
24
`Swashbuckle.AspNetCore` | OpenAPI / Swagger generation
25
`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