ci: handling sentry

This commit is contained in:
wonderlandpark 2021-07-02 23:19:14 +09:00
parent fa0c70a185
commit ed435960c4

View File

@ -51,6 +51,7 @@ jobs:
run: |
mv .env.demo.local .env.production.local
printf 'MARIADB_ROOT_PASSWORD=YOUSHALLNOTPASS\nCOMMIT_HASH=${{ github.sha }}' > .env
printf 'defaults.url=https://sentry.io/\ndefaults.org=koreanbots\ndefaults.project=client' > sentry.properties
- name: Build
run: yarn build
env: