|
|
|
@ -113,6 +113,12 @@ facr-build: clean |
|
|
|
REACT_APP_CLIENT=facr \
|
|
|
|
REACT_APP_CLIENT=facr \
|
|
|
|
npm run build
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lff-build: clean |
|
|
|
|
|
|
|
REACT_APP_TYPE=ott \
|
|
|
|
|
|
|
|
REACT_APP_ENV=staging \
|
|
|
|
|
|
|
|
REACT_APP_CLIENT=lff \
|
|
|
|
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: build |
|
|
|
.PHONY: build |
|
|
|
|
|
|
|
|
|
|
|
prod: clean |
|
|
|
prod: clean |
|
|
|
@ -146,7 +152,18 @@ facr-prod: clean |
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@fr.instat.tv:/usr/local/www/ott/facr-wwwroot/
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@fr.instat.tv:/usr/local/www/ott/facr-wwwroot/
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@10.0.3.8:/usr/local/www/ott/facr-wwwroot/
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@10.0.3.8:/usr/local/www/ott/facr-wwwroot/
|
|
|
|
|
|
|
|
|
|
|
|
deploy-all: prod preprod facr-prod |
|
|
|
lff-prod: clean |
|
|
|
|
|
|
|
REACT_APP_TYPE=ott \
|
|
|
|
|
|
|
|
REACT_APP_ENV=production \
|
|
|
|
|
|
|
|
REACT_APP_STRIPE_PK=pk_live_51J5TEYEDSxVnTgDW7v2lF8GGogrm7XaaICZ9CN876sITIBBauZgB2ommUTUOiY868jzpbhQjZcoBOjIRX5Vs54Aq00y4C3USyB \
|
|
|
|
|
|
|
|
REACT_APP_CLIENT=lff \
|
|
|
|
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@de.instat.tv:/usr/local/www/ott/lff-wwwroot/
|
|
|
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@fr.instat.tv:/usr/local/www/ott/lff-wwwroot/
|
|
|
|
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott@10.0.3.8:/usr/local/www/ott/lff-wwwroot/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deploy-all: prod preprod facr-prod lff-prod |
|
|
|
|
|
|
|
|
|
|
|
stage: build-stage |
|
|
|
stage: build-stage |
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/wwwroot/
|
|
|
|
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/wwwroot/
|
|
|
|
|