Skip to content

Commit

Permalink
fix: specifically target mesh container for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Sep 12, 2024
1 parent 4d77dc8 commit c2db060
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 c2db060

Please sign in to comment.