We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879cfb2 commit 27ef5fbCopy full SHA for 27ef5fb
.github/workflows/build.yml
@@ -46,6 +46,7 @@ jobs:
46
- run: npm run ci
47
env:
48
REACT_APP_GA_MEASUREMENT_ID: ${{ secrets.GA_MEASUREMENT_ID }}
49
+ REACT_APP_GA_COOKIE_PREFIX: ${{ secrets.REACT_APP_GA_COOKIE_PREFIX }}
50
- run: mkdir -p /tmp/app${PUBLIC_URL} && cp -r build/* /tmp/app${PUBLIC_URL} && npx serve --no-clipboard -l 3000 /tmp/app &
51
if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
52
- run: curl --insecure -4 --retry 7 --retry-connrefused http://localhost:3000 1>/dev/null
0 commit comments