Hi, we are looking for a way to deploy flows to remote open source prefect server, we already figured out, that using CLI as documentation suggests does not work for us, so we tried to come up to a different solution, so far it seems, like the best approach for us will be to write a github action, or another CI, that will ssh into remote host and run deployment command in server's container.
If somebody worked with similar problem, please let me know, what solutions did you find
Thanks )