Skip to content

Commit

Permalink
set prod
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 7, 2024
1 parent 53ca234 commit 16760c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 接口域名
REACT_APP_DOMAIN=xxx
REACT_APP_DOMAIN=https://yyets.click
# google analytic 追踪 ID
REACT_APP_GA=xxx
REACT_APP_GA=G-K76PSKSSGX
# 是否生成 sourcemap
GENERATE_SOURCEMAP=true
GENERATE_SOURCEMAP=false
# adsense pub id,如果不想显示广告请注释这一行
REACT_APP_ADSENSE=xxx
REACT_APP_ADSENSE=2988254457061384
1 change: 1 addition & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
export NODE_OPTIONS=--openssl-legacy-provider
npm install -g yarn
yarn
mv .env.example .env
yarn build
zip -r $(git rev-parse --short HEAD).zip build/
Expand Down

0 comments on commit 16760c8

Please sign in to comment.