Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions prefect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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: iss-workflows
prefect-version: 2.20.4

# 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/NSLS-II-ISS/iss-workflows
branch: main
access_token: null

# the deployments section allows you to provide configuration for deploying flows
deployments:
- name: iss-end-of-run-workflow
version:
tags:
- iss
description:
entrypoint: end_of_run_workflow.py:end_of_run_workflow
parameters: {}
work_pool:
name: iss-work-pool
work_queue_name:
job_variables: {}
schedule:
is_schedule_active: true