From bb5cc4ededf0e7b522b68e96e54196af1a94d288 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Thu, 29 Sep 2022 23:00:44 +0700 Subject: [PATCH] fix deploy --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 6dd9dc1c..89f15742 100644 --- a/Makefile +++ b/Makefile @@ -22,13 +22,6 @@ build-stage: clean REACT_APP_STRIPE_PK=pk_live_51J5TEYEDSxVnTgDW7v2lF8GGogrm7XaaICZ9CN876sITIBBauZgB2ommUTUOiY868jzpbhQjZcoBOjIRX5Vs54Aq00y4C3USyB \ npm run build -build-test: clean - REACT_APP_TYPE=ott \ - REACT_APP_ENV=staging \ - REACT_APP_STAGE=test \ - REACT_APP_CLIENT=insports \ - npm run build - build-a: clean REACT_APP_TYPE=ott \ REACT_APP_ENV=staging \ @@ -144,12 +137,11 @@ prod: clean preprod: clean REACT_APP_TYPE=ott \ REACT_APP_ENV=preproduction \ + REACT_APP_STAGE=test \ REACT_APP_CLIENT=insports \ REACT_APP_STRIPE_PK=pk_live_ANI76cBhSo69DZUxPmyRVIZW \ npm run build - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-test@137.74.33.74:/usr/local/www/ott-test/wwwroot/ - facr-prod: clean REACT_APP_TYPE=ott \ REACT_APP_ENV=production \