I want to speed up CI/CD by self-hosting prefect s...
# prefect-community
j
I want to speed up CI/CD by self-hosting prefect server and having the CI tests register flows against a our self-hosted server. How can I direct the flow.register to point to our custom URL?
k
Copy code
prefect backend server
and
Copy code
export PREFECT__SERVER__ENDPOINT=YOUR_MACHINES_URL:4200/graphql
🙏 1
👍 1
I think that should work? Just make sure the port is open