-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.json
More file actions
86 lines (86 loc) · 2.33 KB
/
deploy.json
File metadata and controls
86 lines (86 loc) · 2.33 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"PYPE_CONFIG": "{PYPE_SETUP_PATH}/repos/pype-config",
"init_env": ["global", "avalon", "ftrack", "deadline"],
"repositories": [{
"name": "avalon-core",
"url": "https://github.com/tokejepsen/core.git",
"branch": "production"
},
{
"name": "avalon-launcher",
"url": "https://github.com/tokejepsen/launcher.git",
"branch": "production"
},
{
"name": "pyblish-base",
"url": "https://github.com/tokejepsen/pyblish-base.git",
"branch": "production"
},
{
"name": "pyblish-lite",
"url": "https://github.com/tokejepsen/pyblish-lite.git",
"branch": "production"
},
{
"name": "maya-look-assigner",
"url": "https://github.com/tokejepsen/maya-look-assigner.git",
"branch": "production"
},
{
"name": "pype",
"url": "git@bitbucket.org:tokejepsen/pype.git",
"branch": "production"
},
{
"name": "pype-config",
"url": "git@bitbucket.org:tokejepsen/pype-config.git",
"branch": "production"
},
{
"name": "mgear_dist",
"url": "https://github.com/mgear-dev/mgear_dist.git",
"branch": "master"
},
{
"name": "studiolibrary",
"url": "https://github.com/krathjen/studiolibrary.git",
"branch": "master"
},
{
"name": "iDeform",
"url": "https://github.com/IngoClemens/iDeform.git",
"branch": "master"
},
{
"name": "bumpybox-environment",
"url": "https://github.com/bumpybox/bumpybox-environment.git",
"branch": "master"
},
{
"name": "ftrack-event-plugins",
"url": "https://github.com/tokejepsen/ftrack-event-plugins.git",
"branch": "master"
}
],
"pip": [],
"archive_files": [
{
"extract_path": "vendor/bin/ffmpeg_exec/windows",
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.1.3-win64-static.zip",
"archive_type": "zip",
"skip_first_subfolder": true
},
{
"extract_path": "vendor/bin/mgear",
"url": "https://github.com/mgear-dev/mgear_dist/releases/download/3.1.1/mgear_3.1.1.zip",
"archive_type": "zip",
"skip_first_subfolder": false
},
{
"extract_path": "vendor/bin/image_magick",
"url": "https://imagemagick.org/download/binaries/ImageMagick-7.0.8-68-portable-Q16-x64.zip",
"archive_type": "zip",
"skip_first_subfolder": false
}
]
}