Hi again I’m running prefect-server and trying to ...
# prefect-server
е
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
You’re very good at figuring stuff out 😆