Skip to content

Commit a2377c4

Browse files
committed
enable exec
1 parent c366ae8 commit a2377c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/staging/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ export const taskDefinition = task.taskDefinition.id;
718718
const service = new awsx.ecs.FargateService("app", {
719719
cluster,
720720
desiredCount: 2,
721+
enableExecuteCommand: true,
721722
taskDefinitionArgs: {
722723
containers: {
723724
web: {

0 commit comments

Comments
 (0)