forked from discdiver/pacc-online-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprefect.yaml
36 lines (31 loc) · 1.1 KB
/
prefect.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Welcome to your prefect.yaml file! You can use this file for storing and managing
# configuration for deploying your flows. We recommend committing this file to source
# control along with your flow code.
# Generic metadata about this project
name: prefect_certificate_course
prefect-version: 2.13.0
# build section allows you to manage and build docker images
build: null
# push section allows you to manage if and how this project is uploaded to remote locations
push: null
# pull section allows you to provide instructions for cloning this project in remote locations
pull:
- prefect.deployments.steps.git_clone:
repository: https://github.com/ibabeo/pacc-online-2023.git
branch: main
# the deployments section allows you to provide configuration for deploying flows
deployments:
- name: deploy-parent
version: null
tags: []
description: null
entrypoint: 105\weatherflow.py:fetch_parent_flow
parameters: {}
work_pool:
name: first-work-pool
work_queue_name: null
job_variables: {}
schedule:
cron: 0 3 * * *
timezone: CET
day_or: true