keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
Dmitry Kosolapov home 3 years ago
parent 0a39689571
commit bb5cc4eded
  1. 10
      Makefile

@ -22,13 +22,6 @@ build-stage: clean
REACT_APP_STRIPE_PK=pk_live_51J5TEYEDSxVnTgDW7v2lF8GGogrm7XaaICZ9CN876sITIBBauZgB2ommUTUOiY868jzpbhQjZcoBOjIRX5Vs54Aq00y4C3USyB \ REACT_APP_STRIPE_PK=pk_live_51J5TEYEDSxVnTgDW7v2lF8GGogrm7XaaICZ9CN876sITIBBauZgB2ommUTUOiY868jzpbhQjZcoBOjIRX5Vs54Aq00y4C3USyB \
npm run build 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 build-a: clean
REACT_APP_TYPE=ott \ REACT_APP_TYPE=ott \
REACT_APP_ENV=staging \ REACT_APP_ENV=staging \
@ -144,12 +137,11 @@ prod: clean
preprod: clean preprod: clean
REACT_APP_TYPE=ott \ REACT_APP_TYPE=ott \
REACT_APP_ENV=preproduction \ REACT_APP_ENV=preproduction \
REACT_APP_STAGE=test \
REACT_APP_CLIENT=insports \ REACT_APP_CLIENT=insports \
REACT_APP_STRIPE_PK=pk_live_ANI76cBhSo69DZUxPmyRVIZW \ REACT_APP_STRIPE_PK=pk_live_ANI76cBhSo69DZUxPmyRVIZW \
npm run build 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 facr-prod: clean
REACT_APP_TYPE=ott \ REACT_APP_TYPE=ott \
REACT_APP_ENV=production \ REACT_APP_ENV=production \

Loading…
Cancel
Save