digital-ai/Digital.ai Deploy Integration
Github Actions for Digital.ai Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| serverUrl | The URL of the Digital.ai Deploy server | yes | — |
| username | The username for authenticating with Digital.ai Deploy | yes | — |
| password | The password for authenticating with Digital.ai Deploy | yes | — |
| action | Action to perform: create, publish, deploy. Default is create, publish, and deploy | no | create_publish_deploy |
| manifestPath | The path to the manifest xml file | no | — |
| outputPath | The path for storing the newly created DAR package | no | — |
| packageName | The name of the newly created DAR package | no | — |
| versionNumber | Specify a version number to set in your manifest file | no | — |
| darPackagePath | The path to the DAR package | no | — |
| deploymentPackageId | The ID of the package to be deployed | no | — |
| environmentId | The ID of the target environment in Digital.ai Deploy | no | — |
| rollback | Invoke a rollback in case of deployment failure | no | — |
| maxTransientRetries | The maximum number of retries when encountering transient errors | no | — |
Outputs
| name | description |
|---|---|
| deploymentPackageId | The ID of the published package |
| darPackagePath | The relative path to the DAR package created by the action |
| deploymentTaskId | The ID of the deployment task created by the action |
| rollbackTaskId | The ID of the rollback task created by the action |