Skip to content

Commit 415ba01

Browse files
committed
added task definition
1 parent 8157088 commit 415ba01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

task-definition.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"secrets": [{
1010
"name": "DISCORD_TOKEN",
1111
"valueFrom": "DISCORD_TOKEN"
12-
}]
12+
}],
13+
"logConfiguration": {
14+
"logDriver": "awslogs",
15+
"options": {
16+
"awslogs-create-group": true
17+
}
18+
}
1319
}
1420
],
1521
"requiresCompatibilities": [

0 commit comments

Comments
 (0)