Skip to content

contek-io/prefect-github-flow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Prefect Flows via GitHub

To pull private GitHub repos, you need to configure GitHub Credentials Block via web UI. Refer to official docs for more info.

Configure Prefect Endpoint

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>

Deploy Flows

Replace <your LDAP username> with your LDAP username in prefect.yaml.

prefect deploy --all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages