Does anyone know if there is updated documentation...
# prefect-community
j
Does anyone know if there is updated documentation to make GitHub actions deploy a flow to an agent? The current documentation I found is for Prefect 1 because it uses "register" and "project".
j
j
Delicious! Thanks!
👍 1
Everything is there, except what I'm looking for 🙂
j
what do you mean by deploying a flow to an agent? https://github.com/PrefectHQ/prefect-helm Here's another helpful repo for installing an agent using a helm chart
j
But we're not using Docker OR Kubernetes. Are we supposed to for Prefect 2?
j
ahh okay, what sort of infrastructure are you using?
j
Hybrid, so agent running on VM in Azure, then Prefect Cloud as our "UI".
Code is in GitHub
And would like to deploy from github actions
j
ahh okay, I'm not too familiar with Azure. I'm hoping this discourse article helps, otherwise I can loop in another engineer
👍 1
j
Thank you!
j
you're welcome!
j
Yeah, this is containers again.
j
ahh man
j
LOL
j
@Christopher Boyd If you have a moment, Jason is asking about setting up an agent on an Azure vm
j
The agent is setup on my VM - I just want to have my code in GitHub and use Actions to "deploy" to my agent
I found the docs for Prefect 1, but 2 seems to be nebulous - to me
c
What do you mean deploy a flow to an agent?
The agent polls outbound
j
wait so if the agent is already running, you would be deploying to a workspace and the workqueue is what the agent would be polling
Is the workqueue configured already?