Corrigiendo variable que se agrega a .env.production
This commit is contained in:
@@ -15,7 +15,7 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- npm install
|
||||
- echo "$REACT_APP_CLIENT_ID" >> .env.production
|
||||
- echo "REACT_APP_CLIENT_ID = $REACT_APP_CLIENT_ID" >> .env.production
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user