Neil-YL commited on
Commit
85e2ebc
·
1 Parent(s): 6f90cff

update deployment path

Browse files
__pycache__/DB_utls.cpython-310.pyc ADDED
Binary file (4.84 kB). View file
 
__pycache__/maintenance_flow.cpython-310.pyc ADDED
Binary file (1.24 kB). View file
 
__pycache__/prefect_utils.cpython-310.pyc ADDED
Binary file (1.07 kB). View file
 
__pycache__/yt_utils.cpython-310.pyc ADDED
Binary file (1.18 kB). View file
 
prefect.yaml CHANGED
@@ -7,28 +7,28 @@ name: OT-2-LCM-test
7
  prefect-version: 3.1.5
8
 
9
  # build section allows you to manage and build docker images
10
- build: null
11
 
12
  # push section allows you to manage if and how this project is uploaded to remote locations
13
- push: null
14
 
15
  # pull section allows you to provide instructions for cloning this project in remote locations
16
  pull:
17
  - prefect.deployments.steps.set_working_directory:
18
- directory: /Users/yh/Documents/AC work file/work SDL/OT-2-LCM-test
19
 
20
  # the deployments section allows you to provide configuration for deploying flows
21
  deployments:
22
  - name: wells-maintenance
23
- version: null
24
  tags: []
25
- concurrency_limit: null
26
- description: null
27
  entrypoint: maintenance_flow.py:request_wells_maintenance
28
  parameters: {}
29
  work_pool:
30
  name: ot2-pool
31
- work_queue_name: null
32
  job_variables: {}
33
  enforce_parameter_schema: true
34
  schedules: []
 
7
  prefect-version: 3.1.5
8
 
9
  # build section allows you to manage and build docker images
10
+ build:
11
 
12
  # push section allows you to manage if and how this project is uploaded to remote locations
13
+ push:
14
 
15
  # pull section allows you to provide instructions for cloning this project in remote locations
16
  pull:
17
  - prefect.deployments.steps.set_working_directory:
18
+ directory: /home/user/app
19
 
20
  # the deployments section allows you to provide configuration for deploying flows
21
  deployments:
22
  - name: wells-maintenance
23
+ version:
24
  tags: []
25
+ concurrency_limit:
26
+ description:
27
  entrypoint: maintenance_flow.py:request_wells_maintenance
28
  parameters: {}
29
  work_pool:
30
  name: ot2-pool
31
+ work_queue_name:
32
  job_variables: {}
33
  enforce_parameter_schema: true
34
  schedules: []