From 6fffd9bb3236eb767bef58f09a4a76c9b4d6211f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 8 Dec 2020 19:08:16 +0100 Subject: [PATCH] Updated .git-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fef4a96..8aa7e37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ build: image: node script: - echo "Start building App" + - echo "REACT_APP_API_URL=https://wmi-backend.plannaplan.pl" > .env - yarn - CI= yarn run build - echo "Build successfully!"