Corrigiendo variable que se agrega a .env.production

This commit is contained in:
Daniel Cortes
2020-06-23 20:34:36 -04:00
parent 32d6927a3a
commit 5902ee53fc

View File

@@ -15,7 +15,7 @@ build:
stage: build stage: build
script: script:
- npm install - npm install
- echo "$REACT_APP_CLIENT_ID" >> .env.production - echo "REACT_APP_CLIENT_ID = $REACT_APP_CLIENT_ID" >> .env.production
- npm run build - npm run build
artifacts: artifacts:
paths: paths: