How you can automate your configuration profiles w...
# fleet
j
How you can automate your configuration profiles with GitHub Actions and fleet Fleet. 🚀 https://fleetdm.com/guides/using-github-actions-to-apply-configuration-profiles-with-fleet
r
Awesome guide Question: is Fleet only capable of running mgmt on GitHub Actions or is it agnostic? Meaning could I setup my GitOps over Azure DevOps and use Azure Pipelines? (their version of GitHub Actions)
j
GitOps is not limited to GitHub Actions. This is merely our first example. Azure DevOps using Pipeline or GitLab CI/CD would work as well. At the core of this, the action is noticing a merge, then spinning up a quick instance to call
fleetctl
to take action—in this case, to push configuration profiles from your repo to your devices in Fleet. I hope to have more examples with other tools as examples in the near future.