https://prefect.io logo
Title
j

Jason Noxon

01/20/2023, 8:42 PM
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

James Sopkin

01/20/2023, 8:44 PM
j

Jason Noxon

01/20/2023, 8:44 PM
Delicious! Thanks!
👍 1
Everything is there, except what I'm looking for 🙂
j

James Sopkin

01/20/2023, 8:59 PM
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

Jason Noxon

01/20/2023, 8:59 PM
But we're not using Docker OR Kubernetes. Are we supposed to for Prefect 2?
j

James Sopkin

01/20/2023, 9:00 PM
ahh okay, what sort of infrastructure are you using?
j

Jason Noxon

01/20/2023, 9:01 PM
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

James Sopkin

01/20/2023, 9:04 PM
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

Jason Noxon

01/20/2023, 9:04 PM
Thank you!
j

James Sopkin

01/20/2023, 9:04 PM
you're welcome!
j

Jason Noxon

01/20/2023, 9:04 PM
Yeah, this is containers again.
j

James Sopkin

01/20/2023, 9:04 PM
ahh man
j

Jason Noxon

01/20/2023, 9:05 PM
LOL
j

James Sopkin

01/20/2023, 9:06 PM
@Christopher Boyd If you have a moment, Jason is asking about setting up an agent on an Azure vm
j

Jason Noxon

01/20/2023, 9:07 PM
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

Christopher Boyd

01/20/2023, 9:08 PM
What do you mean deploy a flow to an agent?
The agent polls outbound
j

James Sopkin

01/20/2023, 9:08 PM
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?