This repository provides a template for deploying Prefect flows using Jenkins and Docker. The setup automates the building, pushing, and deploying of Docker images containing Prefect flows, streamlining continuous integration and delivery workflows.
-
Install Cookiecutter:
pip install cookiecutter
-
Generate the Project Template:
cookiecutter https://github.com/zotko/jenkins-prefect-deployment.git
Follow the prompts to customize your project:
project_name
: Name of your project.flow_name
: Name of your Prefect flow.pool_name
: Name of your Prefect work pool.
This project is licensed under the MIT License.