From: David NĂ©grier Date: Thu, 9 Apr 2020 13:10:44 +0000 (+0200) Subject: Fixing deeployer file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fd4d8dc651b750013d89bc5d516a04d25a199019;p=libreadventure.git Fixing deeployer file --- diff --git a/deeployer.json b/deeployer.json index 2eaeeba..7e0e498 100644 --- a/deeployer.json +++ b/deeployer.json @@ -2,15 +2,17 @@ "$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json", "containers": { "back": { - "image": "", + "image": "thecodingmachine/workadventure-back:cd", "host": "http://api.workadventure.test.thecodingmachine.com", + "ports": [8080], "env": { "SECRET_KEY": "tempSecretKeyNeedsToChange" } }, "front": { - "image": "", + "image": "thecodingmachine/workadventure-front:cd", "host": "http://workadventure.test.thecodingmachine.com", + "ports": [80], "env": { "API_URL": "http://api.workadventure.test.thecodingmachine.com" }