File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 branches :
77 - " release"
88 - " develop"
9- pull_request :
10- types : [closed]
11- branches :
12- - " release"
13- - " develop"
149
1510jobs :
1611 deploy :
Original file line number Diff line number Diff line change 1818 {
1919 "name" : " SPRING_PROFILES_ACTIVE" ,
2020 "value" : " dev"
21+ },
22+ {
23+ "name" : " TZ" ,
24+ "value" : " Asia/Seoul"
2125 }
2226 ],
2327 "environmentFiles" : [],
5054 "cpuArchitecture" : " X86_64" ,
5155 "operatingSystemFamily" : " LINUX"
5256 }
53- }
57+ }
Original file line number Diff line number Diff line change 33 "networkMode" : " bridge" ,
44 "containerDefinitions" : [
55 {
6- "name" : " bitnagil" ,
6+ "name" : " bitnagil-prod " ,
77 "cpu" : 1 ,
88 "portMappings" : [
99 {
1818 {
1919 "name" : " SPRING_PROFILES_ACTIVE" ,
2020 "value" : " prod"
21+ },
22+ {
23+ "name" : " TZ" ,
24+ "value" : " Asia/Seoul"
2125 }
2226 ],
2327 "environmentFiles" : [],
2731 "logConfiguration" : {
2832 "logDriver" : " awslogs" ,
2933 "options" : {
30- "awslogs-group" : " /ecs/spring-app " ,
34+ "awslogs-group" : " /ecs/bitnagil-prod " ,
3135 "mode" : " non-blocking" ,
3236 "awslogs-create-group" : " true" ,
3337 "max-buffer-size" : " 25m" ,
3438 "awslogs-region" : " ap-northeast-2" ,
35- "awslogs-stream-prefix" : " spring "
39+ "awslogs-stream-prefix" : " ecs "
3640 },
3741 "secretOptions" : []
3842 },
You can’t perform that action at this time.
0 commit comments