Ray Tang
04/05/2022, 8:08 AMflow.register
to deploy to production Prefect servers, which is not ideal.
So I would like to ask if there are any online guilds on how to restrict the access of flow.register
and any recommended deployment pipelines?
ThanksAnna Geller
04/05/2022, 10:15 AMversion: 2
jobs:
build:
docker:
- image: prefecthq/prefect:latest-python3.9
steps:
- checkout
- run: pip install .
- run: prefect backend server && export PREFECT__SERVER__ENDPOINT="<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>" && prefect register --project xxx -p flows/
Kevin Kho
04/05/2022, 1:49 PMAnna Geller
04/05/2022, 2:04 PMKevin Kho
04/05/2022, 2:08 PMRay Tang
04/06/2022, 12:30 AMPrefect Cloud
.