mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 22:00:06 +05:30
Fix quotes for env.js, formed on build time
This commit is contained in:
parent
8bff316bce
commit
f3f53e752d
@ -73,7 +73,7 @@ build:production:
|
||||
module.exports = {
|
||||
version: '$VERSION',
|
||||
ga: {id: '$GA_ID'},
|
||||
sentryCdn: "$SENTRY_CDN",
|
||||
sentryCdn: '$SENTRY_CDN',
|
||||
};
|
||||
" > frontend/config/env.js
|
||||
- sed -i"" -e "s/{{PLACE_VERSION_HERE}}/$VERSION/g" common/config/config.php
|
||||
|
Loading…
Reference in New Issue
Block a user