Skip to content

Commit

Permalink
Merge pull request #54 from hanghae-0001/develop
Browse files Browse the repository at this point in the history
ci: task-definition.json, ecs 서비스 이름 변경
  • Loading branch information
sm9171 authored Oct 16, 2023
2 parents b00c27c + e703976 commit 0679132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: hanghae-service
service: hanghae-service-02
cluster: hanghae
wait-for-service-stability: true
6 changes: 3 additions & 3 deletions task-definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:856195448505:task-definition/hanghae-task:8",
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:856195448505:task-definition/hanghae-task:9",
"containerDefinitions": [
{
"name": "hanghae",
Expand Down Expand Up @@ -32,7 +32,7 @@
"family": "hanghae-task",
"executionRoleArn": "arn:aws:iam::856195448505:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 8,
"revision": 9,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -75,7 +75,7 @@
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-10-16T10:28:42.216Z",
"registeredAt": "2023-10-16T10:42:23.167Z",
"registeredBy": "arn:aws:iam::856195448505:root",
"tags": []
}

0 comments on commit 0679132

Please sign in to comment.