|
|
|
|
@ -49,7 +49,7 @@ build-d: clean |
|
|
|
|
REACT_APP_CLIENT=insports \
|
|
|
|
|
REACT_APP_STAGE=d-staging \
|
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build-e: clean |
|
|
|
|
REACT_APP_TYPE=ott \
|
|
|
|
|
REACT_APP_ENV=staging \
|
|
|
|
|
@ -70,14 +70,14 @@ build-g: clean |
|
|
|
|
REACT_APP_CLIENT=insports \
|
|
|
|
|
REACT_APP_STAGE=g-staging \
|
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build-h: clean |
|
|
|
|
REACT_APP_TYPE=ott \
|
|
|
|
|
REACT_APP_ENV=staging \
|
|
|
|
|
REACT_APP_CLIENT=insports \
|
|
|
|
|
REACT_APP_STAGE=h-staging \
|
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build-i: clean |
|
|
|
|
REACT_APP_TYPE=ott \
|
|
|
|
|
REACT_APP_ENV=staging \
|
|
|
|
|
@ -128,9 +128,9 @@ prod: clean |
|
|
|
|
REACT_APP_STRIPE_PK=pk_live_51J5TEYEDSxVnTgDW7v2lF8GGogrm7XaaICZ9CN876sITIBBauZgB2ommUTUOiY868jzpbhQjZcoBOjIRX5Vs54Aq00y4C3USyB \
|
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@de.instat.tv:/usr/local/www/ott/wwwroot/
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@fr.instat.tv:/usr/local/www/ott/wwwroot/
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@137.74.33.74:/usr/local/www/ott/wwwroot/
|
|
|
|
|
# rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@de.instat.tv:/usr/local/www/ott/wwwroot/
|
|
|
|
|
# rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@fr.instat.tv:/usr/local/www/ott/wwwroot/
|
|
|
|
|
# rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@137.74.33.74:/usr/local/www/ott/wwwroot/
|
|
|
|
|
|
|
|
|
|
preprod: clean |
|
|
|
|
REACT_APP_TYPE=ott \
|
|
|
|
|
|