Hi
@jeff n - you've got a number of options to accomplish this. I'd recommend looking at either
GitHub or
Local storage options, which allow you to deploy your code either to GitHub or to the machine on which your agent is running. Prefect takes the storage refs and your agent figures out what to do with them. In the case of GitHub, you'll provide an access token to access the repo and a reference to the index file; in the case of local storage (which is the default if no storage is configured), Prefect knows the relative location of your flow and your Agent running on that machine can run it on that same machine.