From be5a127b4c58ca7bc176d3e31818bb2171166bd3 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 3 Mar 2025 19:48:25 -0600 Subject: [PATCH] Fix bad REACT_ vars in backing-track pages --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f8403a8da..caa3f568c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,7 +11,7 @@ pipelines: - popd - pushd jam-ui/cicd - npm install - - NODE_ENV=production ENVIRONMENT=staging ./generate.sh + - NODE_ENV=production REACT_APP_ORIGIN=staging.jamkazam.com REACT_APP_CLIENT_BASE_URL=https://staging.jamkazam.com REACT_APP_API_BASE_URL=https://staging.jamkazam.com/api REACT_APP_BITBUCKET_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER REACT_APP_BITBUCKET_COMMIT=$BITBUCKET_COMMIT ENVIRONMENT=staging ./generate.sh - popd - cd jam-ui - NODE_ENV=production CI=false REACT_APP_ORIGIN=staging.jamkazam.com REACT_APP_CLIENT_BASE_URL=https://staging.jamkazam.com REACT_APP_API_BASE_URL=https://staging.jamkazam.com/api REACT_APP_BITBUCKET_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER REACT_APP_BITBUCKET_COMMIT=$BITBUCKET_COMMIT npm run build @@ -58,7 +58,7 @@ pipelines: - popd - pushd jam-ui/cicd - npm install - - NODE_ENV=production ENVIRONMENT=production ./generate.sh + - NODE_ENV=production ENVIRONMENT=production REACT_APP_ORIGIN=jamkazam.com REACT_APP_CLIENT_BASE_URL=https://www.jamkazam.com REACT_APP_API_BASE_URL=https://www.jamkazam.com/api REACT_APP_BITBUCKET_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER REACT_APP_BITBUCKET_COMMIT=$BITBUCKET_COMMIT ./generate.sh - popd - cd jam-ui - NODE_ENV=production CI=false REACT_APP_ORIGIN=jamkazam.com REACT_APP_CLIENT_BASE_URL=https://www.jamkazam.com REACT_APP_API_BASE_URL=https://www.jamkazam.com/api REACT_APP_BITBUCKET_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER REACT_APP_BITBUCKET_COMMIT=$BITBUCKET_COMMIT npm run build @@ -95,4 +95,4 @@ pipelines: # script: # - pipe: atlassian/aws-cloudfront-invalidate:0.10.1 # variables: - # DISTRIBUTION_ID: "ESQDIABYLT0RV" \ No newline at end of file + # DISTRIBUTION_ID: "ESQDIABYLT0RV"