Skip to content

Commit

Permalink
add crisp
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Jul 15, 2023
1 parent b0d3cfb commit 8c9b559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
REACT_APP_GA: ${{ secrets.REACT_APP_GA }}
GENERATE_SOURCEMAP: ${{ secrets.GENERATE_SOURCEMAP }}
REACT_APP_ADSENSE: ${{ secrets.REACT_APP_ADSENSE }}
REACT_APP_CRISP: ${{ secrets.REACT_APP_CRISP }}
run: bash scripts/pre_build.sh

- name: Lower case for Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion YYeTsFE
1 change: 1 addition & 0 deletions scripts/pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ REACT_APP_GA=$REACT_APP_GA
# sourcemap
GENERATE_SOURCEMAP=$GENERATE_SOURCEMAP
REACT_APP_ADSENSE=$REACT_APP_ADSENSE
REACT_APP_CRISP=$REACT_APP_CRISP
EOF

0 comments on commit 8c9b559

Please sign in to comment.