forked from alexanderrichtertd/plex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpipeline.yml
More file actions
40 lines (28 loc) · 854 Bytes
/
pipeline.yml
File metadata and controls
40 lines (28 loc) · 854 Bytes
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
37
38
#*********************************************************************
# content = pipeline data
# version = 0.1.0
# date = 2019-12-01
#
# license = MIT <https://github.com/alexanderrichtertd>
# author = Alexander Richter <alexanderrichtertd.com>
#*********************************************************************
# SETS project path
# in data/project/$project
project: default
PIPELINE:
name: Plex
version: 2.0.0
# ORDER: top to bottom (local, project, master)
# if top doesnt exist: next
# use $this for current location
PATH:
# 1.local (dev & debug)
- sandbox: C:\sandbox
# 2.project (production)
- project: D:\project
# 3.pipeline (master)
- master: $this # D:\plex
# USER customize
# [True] - overwrite project with user data (if exists)
# [False]- use ONLY project data
user_data: True