Skip to content

Commit 0cecd54

Browse files
committed
chore: add TimeZone Asia/Seoul
1 parent 84401c1 commit 0cecd54

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

.github/workflows/cicd-workflow.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
branches:
77
- "release"
88
- "develop"
9-
pull_request:
10-
types: [closed]
11-
branches:
12-
- "release"
13-
- "develop"
149

1510
jobs:
1611
deploy:

task-definition-dev.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
{
1919
"name": "SPRING_PROFILES_ACTIVE",
2020
"value": "dev"
21+
},
22+
{
23+
"name": "TZ",
24+
"value": "Asia/Seoul"
2125
}
2226
],
2327
"environmentFiles": [],
@@ -50,4 +54,4 @@
5054
"cpuArchitecture": "X86_64",
5155
"operatingSystemFamily": "LINUX"
5256
}
53-
}
57+
}

task-definition-prod.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"networkMode": "bridge",
44
"containerDefinitions": [
55
{
6-
"name": "bitnagil",
6+
"name": "bitnagil-prod",
77
"cpu": 1,
88
"portMappings": [
99
{
@@ -18,6 +18,10 @@
1818
{
1919
"name": "SPRING_PROFILES_ACTIVE",
2020
"value": "prod"
21+
},
22+
{
23+
"name": "TZ",
24+
"value": "Asia/Seoul"
2125
}
2226
],
2327
"environmentFiles": [],
@@ -27,12 +31,12 @@
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
},

0 commit comments

Comments
 (0)