From af71539b73d3fbff289996414c6d72d661f8fc73 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Thu, 26 May 2022 12:02:03 +0300 Subject: [PATCH] fix(lff): fixed prod by lff client --- Makefile | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60551201..d2e78753 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,12 @@ facr-build: clean REACT_APP_CLIENT=facr \ npm run build +lff-build: clean + REACT_APP_TYPE=ott \ + REACT_APP_ENV=staging \ + REACT_APP_CLIENT=lff \ + npm run build + .PHONY: build 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@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 rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/wwwroot/