-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.toolkitrc.yml
More file actions
51 lines (47 loc) · 1.29 KB
/
.toolkitrc.yml
File metadata and controls
51 lines (47 loc) · 1.29 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
plugins:
- '@dotcom-tool-kit/containerised-app'
- "@dotcom-tool-kit/eslint"
- "@dotcom-tool-kit/npm"
- "@dotcom-tool-kit/husky-npm"
- "@dotcom-tool-kit/mocha"
- "./toolkit/start"
- "./toolkit/logs"
commands:
test:local:
- Mocha
test:ci:
- Eslint
run:local:
- SyndicationAPITask
- SyndicationAPILogs
options:
tasks:
Eslint:
files:
- "**/*.{js,jsx}"
Mocha:
configPath: "./.mocharc.json"
HakoDelete:
appName: next-syndication-api
plugins:
dotcom-tool-kit:
allowNativeFetch: true
"@dotcom-tool-kit/cloudsmith":
serviceAccount: cp-lifecycle-read-write
"@dotcom-tool-kit/containerised-app":
awsRoleArnStaging: arn:aws:iam::893061507174:role/hako/next-syndication-api-syndication-test-eu-CI
awsRoleArnProduction: arn:aws:iam::699535799529:role/hako/next-syndication-api-syndication-prod-eu-CI
hakoReviewEnvironments:
- syndication-test-eu
hakoStagingEnvironments:
- syndication-test-eu
hakoProductionEnvironments:
- syndication-prod-eu
"@dotcom-tool-kit/docker":
images:
web:
name: next-syndication-api
"@dotcom-tool-kit/circleci":
cimgNodeVersions: [22.12-browsers]
"@dotcom-tool-kit/doppler":
project: next-syndication-api