Skip to content

Commit 79f78cb

Browse files
committed
add cicd documentation
1 parent 4263eb1 commit 79f78cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ Contributions are welcome! To get started:
6868
Please review open issues and the todo list below for ideas on what to contribute.
6969

7070

71+
## Continuous Delivery
72+
73+
This repository includes example GitHub Actions workflows for building, testing, and deploying the tool:
74+
75+
- [`main-pipeline.yml`](.github/workflows/main-pipeline.yml): Handles build, test, artifact publishing, and triggers deployment workflows.
76+
- [`cd-pipeline.yml`](.github/workflows/cd-pipeline.yml): Example deployment workflow for importing configuration data into a Dataverse environment using published artifacts and environment secrets.
77+
78+
You can use these workflows as a starting point for your own CI/CD automation. See the workflow files for details on environment variables, secrets, and deployment steps.
79+
80+
7181
### Generating Schema and Data Files
7282

7383
To use the `import` command, you need a schema file and a data file. These can be generated from your Dataverse environment using the official Configuration Migration tool. For detailed instructions, refer to the Microsoft documentation:

0 commit comments

Comments
 (0)