Skip to content

Commit 55bad49

Browse files
Merge pull request #450 from datacamp/thomas/deploy-message
chore(ecs): deploy messages
2 parents 9db0599 + 689e269 commit 55bad49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ecs.json

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"serviceName": "rdoc-app",
55
"serviceProtocol": "none",
66
"desiredCount": 1,
7+
"deployment": {
8+
"parameters": {
9+
"slackChannel": "comm-deploys",
10+
"customMessage": "Deploying ${CIRCLE_BUILD_URL}"
11+
}
12+
},
713
"loadBalancer": "datacamp-rdocumentation",
814
"containers": [
915
{

0 commit comments

Comments
 (0)