Skip to content

Commit

Permalink
Merge pull request #1398 from aligent/fix/mesh-deployment-target-cont…
Browse files Browse the repository at this point in the history
…ainer

fix: specifically target mesh container for deploy
  • Loading branch information
TheOrangePuff committed Sep 12, 2024
2 parents 4d77dc8 + c2db060 commit 4d62d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/graphql-mesh-server/lib/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ export class CodePipelineService extends Construct {
},
CONTAINER_NAME: {
value:
props.service.taskDefinition.defaultContainer?.containerName,
props.service.taskDefinition.findContainer("mesh")
?.containerName,
},
},
}),
Expand Down

0 comments on commit 4d62d2a

Please sign in to comment.