Skip to content

Commit

Permalink
feat: appspec
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Aug 14, 2024
1 parent 3853119 commit 33baed7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .aws/deploy/appspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"Resources": [
{
"TargetService": {
"Type": "AWS::ECS::Service",
"Properties": {
"TaskDefinition": "arn:aws:ecs:ap-southeast-1:<AWS_ACCOUNT_ID>:task-definition/isomer-<ENV>-ecs:1",
"LoadBalancerInfo": {
"ContainerName": "<CONTAINER_NAME>",
"ContainerPort": "<CONTAINER_PORT>"
}
}
}
}
]
}

0 comments on commit 33baed7

Please sign in to comment.