-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.json
executable file
·33 lines (33 loc) · 925 Bytes
/
config.json
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
{
"repository_list": [
[
"JIRA-id-1111",
"[email protected]:micro-services/example-service-1.git"
],
[
"JIRA-id-1112",
"[email protected]:micro-services/example-service-2.git"
]
],
"find_and_replace_list": [
[
"cron(0 0 5 1/1 * ? *)",
"cron(0 0 5 ? * MON,TUE,WED,THU,FRI *)"
],
[
"cron(0 0 20 1/1 * ? *)",
"cron(0 0 20 ? * MON,TUE,WED,THU,FRI *)"
]
],
"file_list": [
"infrastructure/stack-scaling-dev.yml",
"infrastructure/stack-scaling-int.yml",
"infrastructure/stack-scaling-test.yml"
],
"commit_message": "{} Changed autoscaling schedule for dev, int and test environments",
"base_branch": "develop",
"repositories_directory": "repositories/",
"repository_author_name": "Omer Karabacak",
"repository_author_email": "[email protected]",
"ssh_key": "~/.ssh/id_rsa"
}