|
|
|
|
@ -225,6 +225,15 @@ rustat-prod: |
|
|
|
|
BUILD_PATH=build_rustat \
|
|
|
|
|
npm run build && cp -r .well-known build_rustat
|
|
|
|
|
|
|
|
|
|
insport-live-prod: |
|
|
|
|
rm -rf build_insport_live && \
|
|
|
|
|
REACT_APP_TYPE=ott \
|
|
|
|
|
REACT_APP_ENV=staging \
|
|
|
|
|
REACT_APP_CLIENT=lff \
|
|
|
|
|
REACT_APP_STRIPE_PK=pk_live_51J5TEYEDSxVnTgDW5XxhC6ntKZKddXgKHq5HOCDmJTdfSKluMYCdLHOcUA3Miuy8HesxG1eS4c0dQRQpMsEHRrQL00USpu5xIq \
|
|
|
|
|
BUILD_PATH=build_insport_live \
|
|
|
|
|
npm run build && cp -r .well-known build_insport_live
|
|
|
|
|
|
|
|
|
|
deploy-all: prod preprod facr-prod lff-prod diwansport-prod india-prod fqtv-prod rustat-prod |
|
|
|
|
|
|
|
|
|
test: |
|
|
|
|
|