Skip to content

mendersoftware/mender-gh-action-create-deployment

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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