skylinecommunications/Skyline DataMiner Deploy Action
The action builds an artifact from your solution and deploys it to your cloud connected DataMiner System.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | The API-key generated in the DCP Admin app as authentication for a certain Organization, saved in a GitHub secret | yes | — |
| github-token | The secrets.GITHUB_TOKEN. Required for stages: All and Upload. | no | — |
| solution-path | The path to the .sln file of the solution. Atm only DataMiner Automation Script solutions are supported. E.g ./Example/AutomationScript.sln. Required for stages: All and Upload. | no | — |
| artifact-name | The chosen name of the artifact. E.g. MyPackageName. Required for stages: All and Upload. | no | — |
| version | The version number for the artifact. Only required for a release or deployment. Format A.B.C for a stable release or A.B.C-text for a pre-release. Required for stages Upload and All if no build number was provided instead. | no | — |
| timeout | The maximum time spent on waiting for the deployment to finish in seconds. E.g. 900. | no | 900 |
| stage | The specific stage to run in this action. Possible values are: All, Upload, and Deploy. All will run all 3 stages consecutively. | no | All |
| build-number | The build number of a workflow run. Only required for a development run. Required for stages Upload and All if no version was provided instead. | no | — |
| debug | Option to enable debug logging. Optional. | no | false |
| agent-destination-id | The destination agent ID to deploy to. To obtain this ID for an existing DataMiner System, navigate to its details page in the admin.dataminer.services. The ID is the last GUID of the URL. This is required when the dm-catalog-token is an OrganizationToken. | no | — |
Outputs
no outputs