Skip to content

Create Mender deployment

Actions
Create a deployment on a Mender server
v1.0.0
Latest
Star (12)

mender-create-deployment

A GitHub action to create a deployment on a Mender server.

Features / Limitations

A "personal access token" are used as authentication mechanism. Please read the documentation on how to create one for your Github Actions pipeline setup.

Usage

This action require the following inputs:

  • mender_pat: personal access token on the Mender server to be used
  • mender_deployment_name: deployment name to be created
  • mender_release_name: Mender artifact's release name
  • mender_devices_group: the name of the devices group to which the release will be deployed (one of mender_devices_group or mender_devices_list is required)
  • mender_devices_list: a list of devices to which the release will be deployed (one of mender_devices_group or mender_devices_list is required)

The action accepts the following optional inputs:

Contributing

We welcome and ask for your contribution. If you would like to contribute to Mender, please read our guide on how to best get started contributing code or documentation.

To start editing right away, open the repository on Gitpod:

Open in Gitpod

Connect with us

Create Mender deployment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Create a deployment on a Mender server
v1.0.0
Latest

Create Mender deployment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.