sefe/DOrc Deploy Request
Trigger a DOrc deployment request from a GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-url | DOrc API base URL (e.g. https://deploymentportal:8443/) | yes | — |
| dorc-ids-secret | Identity Server client secret for DOrc API | yes | — |
| project | Project name as configured in DOrc | yes | — |
| environment | Target environment name as configured in DOrc | yes | — |
| components | Semicolon-delimited list of DOrc components to deploy | yes | — |
| build-text | Name of the build | no | "" |
| build-num | Version of the build, or "latest" | no | "" |
| pinned | Use only pinned builds | no | false |
| build-uri | Artifact location URI (e.g. drop folder or GitHub artifact URL) | no | "" |
| poll-interval | Seconds between status polls (minimum 5) | no | 5 |
| timeout | Maximum minutes to wait for deployment to complete | no | 60 |
Outputs
| name | description |
|---|---|
| request-id | The DOrc request ID that was created |
| status | Final status of the deployment request |