Skip to content

Commit 90b9e75

Browse files
author
Filip Schouwenaars
authored
Merge pull request #501 from datacamp/fs/fix-worker-deploy
fix(deploy) attempt: update containerURI for worker in ecs.json
2 parents 3d7232c + f36403f commit 90b9e75

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ecs.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,15 @@
4444
"containers": [
4545
{
4646
"containerName": "rdoc-app-worker",
47-
"containerImage": "rdoc-app",
48-
"containerTag": "${CIRCLE_SHA1}",
47+
"containerURI": "708371444347.dkr.ecr.us-east-1.amazonaws.com/rdoc-app:${CIRCLE_SHA1}",
4948
"containerPort": 1337,
5049
"memoryReservation": 4000,
5150
"cpu": 256,
5251
"essential": true
5352
},
5453
{
5554
"containerName": "rdoc-app-sqsd",
56-
"containerImage": "sqsd",
57-
"containerTag": "latest",
55+
"containerURI": "filipsch/sqsd:latest",
5856
"memoryReservation": 128,
5957
"essential": true,
6058
"containerCommand": [

0 commit comments

Comments
 (0)