From 3152372c39d9b8749e97c7dce21bdb95a12424e6 Mon Sep 17 00:00:00 2001 From: Rakov Date: Wed, 4 Oct 2023 17:29:13 +0300 Subject: [PATCH] fix(inposrt.live): insport.live makefile build --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 61a42fb1..813debb9 100644 --- a/Makefile +++ b/Makefile @@ -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: