From 32d6927a3a2a0831ca2f2d2e2972090a3f572074 Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Tue, 23 Jun 2020 20:13:30 -0400 Subject: [PATCH] Agregando client_id a env.production --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eeb457..9cb53be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ build: stage: build script: - npm install + - echo "$REACT_APP_CLIENT_ID" >> .env.production - npm run build artifacts: paths: