Hi
@Malek - if I understand correctly, that sounds totally doable.
I would just make sure your Orion deployment will accept network requests from your GitHub action runner (
docs that may be helpful depending on your cluster networking setup)
once you can talk to your self-hosted server from the GitHub action, it'd just be a matter of setting your API url / key as repo secrets and running some
prefect deployment build ... --apply
commands in the workflow (
here are some examples of GitHub Actions)