Skip to content

Commit

Permalink
remove sentry, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Nov 26, 2023
1 parent 7e2184a commit df7dbb2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ jobs:

- name: Run hooks
env:
REACT_APP_SENTRY_DSN: ${{ secrets.REACT_APP_SENTRY_DSN }}
REACT_APP_DOMAIN: ${{ secrets.REACT_APP_DOMAIN }}
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: 0 additions & 2 deletions .github/workflows/release_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
- name: Run tauri hooks
env:

REACT_APP_SENTRY_DSN: ${{ secrets.REACT_APP_SENTRY_DSN }}
REACT_APP_DOMAIN: ${{ secrets.REACT_APP_DOMAIN }}
REACT_APP_GA: ${{ secrets.REACT_APP_GA }}
GENERATE_SOURCEMAP: ${{ secrets.GENERATE_SOURCEMAP }}
Expand Down
2 changes: 1 addition & 1 deletion YYeTsFE
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ beautifulsoup4==4.12.2
tgbot-ping==1.0.7
redis==5.0.1
apscheduler==3.10.4
pymongo==4.5.0
pymongo==4.6.0
tornado==6.3.3
captcha==0.5.0
passlib==1.7.4
Expand Down
2 changes: 0 additions & 2 deletions scripts/pre_build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/bin/bash
cat << EOF >> YYeTsFE/.env
REACT_APP_SENTRY_DSN=$REACT_APP_SENTRY_DSN
REACT_APP_DOMAIN=$REACT_APP_DOMAIN
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 df7dbb2

Please sign in to comment.