# How to deploy mender artifact automatically on a authorized device?

**URL:** https://hub.mender.io/t/how-to-deploy-mender-artifact-automatically-on-a-authorized-device/2059
**Category:** General Discussions
**Created:** [June 17, 2020, 9:53am UTC](https://hub.mender.io/t/how-to-deploy-mender-artifact-automatically-on-a-authorized-device/2059 "2020-06-17T09:53:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![digupats](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/digupats/32/666_2.png) [@digupats](https://hub.mender.io/u/digupats)
#### Post date: [June 17, 2020, 9:53am UTC](https://hub.mender.io/t/how-to-deploy-mender-artifact-automatically-on-a-authorized-device/2059/1 "2020-06-17T09:53:03Z")

</div>

I am using Mender 2.0.

I have authorized 10 devices on mender UI.

I have created mender artifacts (0.1.1, 0.1.2, 0.1.3). I am able to manually deploy (`Deployments --> create a deployment`) the artifact successfully on the device.

How can I deploy the latest uploaded artifact version (0.1.4) automatically once devices are connected to Internet.

---

<div class="post-metadata">

### Author: ![drewmoseley](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/drewmoseley/32/47_2.png) [@drewmoseley](https://hub.mender.io/u/drewmoseley)
#### Post date: [June 17, 2020, 5:05pm UTC](https://hub.mender.io/t/how-to-deploy-mender-artifact-automatically-on-a-authorized-device/2059/2 "2020-06-17T17:05:06Z")

</div>

Hi @digupats there is a way to do that in the current Mender Enterprise release. Basically you create a dynamic group (ie based on a filter) and then deploy to that. As devices are added to the fleet, they will be matched by the dynamic group and automatically deployed to. This is part of the Mender Enterprise on-prem 2.4 release which is in beta now.

With Mender Professional or Open Source, there is no out-of-the-box support for this.

Drew

---

<div class="post-metadata">

### Author: ![digupats](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/digupats/32/666_2.png) [@digupats](https://hub.mender.io/u/digupats)
#### Post date: [June 18, 2020, 7:42am UTC](https://hub.mender.io/t/how-to-deploy-mender-artifact-automatically-on-a-authorized-device/2059/3 "2020-06-18T07:42:34Z")

</div>

ok. Thanks Drew for the information.
