-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathci.conveyor.conf
More file actions
40 lines (35 loc) · 1.06 KB
/
Copy pathci.conveyor.conf
File metadata and controls
40 lines (35 loc) · 1.06 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
include required("conveyor.conf")
app {
mac {
signing-key.file = {
path = ${env.MAC_SIGNING_KEY_PATH}
password = ${env.MAC_SIGNING_KEY_PASSWORD}
}
certificate = ${env.MAC_CERTIFICATE_PATH}
notarization {
issuer-id = ${env.APPLE_NOTARIZATION_ISSUER_ID}
key-id = ${env.APPLE_NOTARIZATION_KEY_ID}
private-key = ${env.APPLE_NOTARIZATION_KEY_PATH}
}
}
windows {
store {
identity-name = "ApadmiLtd.Mockzilla"
publisher = "CN=20FB62E1-0B01-4C2B-B6F3-91918995E8A9"
publisher-display-name = "Apadmi Ltd"
store-id = "9N5952GFGGPB"
}
// Optional, see above.
certificate = "self signed by "${app.windows.store.publisher}
}
site {
copy-to = "s3:mockzilla-updates/"
base-url = "https://updates.mockzilla.apadmi.dev/"
s3 {
region = "auto"
access-key-id = ${env.CLOUDFLARE_ACCESS_KEY_ID}
secret-access-key = ${env.CLOUDFLARE_SECRET_ACCESS_KEY}
endpoint = "https://dcc7c62ca2d63963ac7362cc2000fb3f.r2.cloudflarestorage.com"
}
}
}