Skip to content

Commit 2a3350c

Browse files
committed
remove: ignoreChanges for createECSfargateService
1 parent 30af45f commit 2a3350c

File tree

1 file changed

+0
-1
lines changed
  • infrastructure/src/common

1 file changed

+0
-1
lines changed

infrastructure/src/common/ecs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export const createECSfargateService = ({
7575
},
7676
{
7777
replaceOnChanges: ['taskDefinitionArgs.container.image'],
78-
ignoreChanges: ['taskDefinition.cpu', 'taskDefinition.memory'],
7978
},
8079
)
8180

0 commit comments

Comments
 (0)