From fd4d8dc651b750013d89bc5d516a04d25a199019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 9 Apr 2020 15:10:44 +0200 Subject: [PATCH] Fixing deeployer file --- deeployer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deeployer.json b/deeployer.json index 2eaeeba0..7e0e4984 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" }