mendersoftware/Create Mender deployment
Create a deployment on a Mender server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 1, 2025
- License
- Apache 2.0
Pinned Snippet
uses: mendersoftware/mender-gh-action-create-deployment@2f4a603f1128fec17c1e2e5b75f7305d09788c52 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mender_pat | personal access token for the Mender server account to be used | yes | — |
| mender_deployment_name | deployment name to be created | yes | — |
| mender_release_name | Mender Artifacts release name | yes | — |
| mender_devices_group | the name of the devices group to which the release will be deployed | no | — |
| mender_device_attributes | the attributes of devices to which the release will be deployed | no | — |
| mender_devices_list | the list of device IDs to which the release will be deployed | no | — |
| mender_uri | URI for the Mender server to be used | no | https://hosted.mender.io |
| retries | number of times a device can retry the deployment in case of failure, defaults to 0 | no | 1 |
Outputs
no outputs