-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathsettings
executable file
·42 lines (32 loc) · 1.26 KB
/
settings
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
staging_rootdir=/home/staging/${site}/
dist_rootdir=/home/dist/${site}/
release_srcdir=${staging_rootdir}release
release_dstdir=${dist_rootdir}release
release_dirmatch=.*
rc_srcdir=${staging_rootdir}custom
rc_dstdir=${dist_rootdir}rc
rc_dirmatch="-rc\\."
test_srcdir=${staging_rootdir}custom
test_dstdir=${dist_rootdir}test
test_dirmatch="-test[0-9]+"
v8_canary_srcdir=${staging_rootdir}custom
v8_canary_dstdir=${dist_rootdir}v8-canary
v8_canary_dirmatch="-v8-canary[0-9]+"
nightly_srcdir=${staging_rootdir}nightly
nightly_dstdir=${dist_rootdir}nightly
nightly_dirmatch=.*
next_nightly_srcdir=${staging_rootdir}next-nightly
next_nightly_dstdir=${dist_rootdir}next-nightly
next_nightly_dirmatch=.*
chakracore_nightly_srcdir=${staging_rootdir}chakracore-nightly
chakracore_nightly_dstdir=${dist_rootdir}chakracore-nightly
chakracore_nightly_dirmatch=.*
chakracore_rc_srcdir=${staging_rootdir}chakracore-rc
chakracore_rc_dstdir=${dist_rootdir}chakracore-rc
chakracore_rc_dirmatch=.*
chakracore_release_srcdir=${staging_rootdir}chakracore-release
chakracore_release_dstdir=${dist_rootdir}chakracore-release
chakracore_release_dirmatch=.*
cloudflare_endpoint=https://07be8d2fbc940503ca1be344714cb0d1.r2.cloudflarestorage.com
cloudflare_profile=worker
destination_bucket=s3://dist-prod