-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.yml.example
39 lines (39 loc) · 1.28 KB
/
conf.yml.example
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
# Note: Stage name only allows a-zA-Z0-9_.
dev:
vpc_id: "vpc-xxxxx"
cluster: "my-cluster"
container_name: "app"
container_port: 4567
task_def: "app-dev-feature"
lb_arn: "arn:aws:elasticloadbalancing:ap-northeast-1:xxxxxxxxxxxxx:loadbalancer/app/my-app-dev/yyyyyyyyyyyyy"
health_check:
path: "/"
interval: 20
port_range: "8000-8100"
branch_prefix: "feature"
repo_ommit: "my_company-"
sns_arn: "arn:aws:sns:ap-northeast-1:xxxxxxxxxxxxx:slack"
deploy_lambda_arn: "arn:aws:lambda:ap-northeast-1:xxxxxxxxxxxxx:function:ci-deploy"
slack:
channel: "#test"
fargate:
launch_type: "fargate"
vpc_id: "vpc-xxxxx"
subnets: "subnet-aaaaa,subnet-bbbbb"
security_groups: "sg-xxxxx,sg-yyyyy"
assign_public_ip: "enabled" # or disabled
cluster: "my-fargate-cluster"
container_name: "app"
container_port: 4567
task_def: "app-dev-feature-fargate"
lb_arn: "arn:aws:elasticloadbalancing:ap-northeast-1:xxxxxxxxxxxxx:loadbalancer/app/my-app-dev-fargate/yyyyyyyyyyyyy"
health_check:
path: "/"
interval: 20
port_range: "8000-8100"
branch_prefix: "feature"
repo_ommit: "my_company-"
sns_arn: "arn:aws:sns:ap-northeast-1:xxxxxxxxxxxxx:slack"
deploy_lambda_arn: "arn:aws:lambda:ap-northeast-1:xxxxxxxxxxxxx:function:ci-deploy"
slack:
channel: "#test"