To pull private GitHub repos, you need to configure GitHub Credentials Block via web UI. Refer to official docs for more info.
python3.11 -m venv .venv
source .venv/bin/activate
pip install prefect
prefect config set PREFECT_API_TLS_INSECURE_SKIP_VERIFY=True
prefect config set PREFECT_API_URL=<Prefect API URL>
prefect config set PREFECT_API_AUTH_STRING=<Prefect credential>
Replace <your LDAP username> with your LDAP username in prefect.yaml.
prefect deploy --all