https://prefect.io logo
Title
е

Евгений Берендяев

07/09/2021, 8:24 AM
Hi again I’m running prefect-server and trying to register a flow on this remote prefect-server. The code of the flow is on my laptop. How can I “point” prefect cli to register the flow on the remote server? i.e. some env variable like
PERFECT_SERVER_URL
or
flow.register()
param (I’m pretty new in data ops and still thinking in “devops” categories like ci/cd pipelines, sorry 😞 )
2
Figured this out. I should set the env variable named
PREFECT__SERVER__ENDPOINT
And, probably,
PREFECT__SERVER__UI__ENDPOINT
k

Kevin Kho

07/09/2021, 1:55 PM
You’re very good at figuring stuff out 😆