Skip to content

Commit

Permalink
fix: missing env vars / sentry dsn $
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed May 3, 2024
1 parent c507102 commit 9e592d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
run: |
cat << EOF > .env
VITE_BACKEND_URL="https://testleaphyeasybloqs.com:8443"
VITE_MATOMO_URL="https://leaphyeasybloqs.com/matomo/"
VITE_MATOMO_SITE_ID="2"
VITE_BACKEND_URL="https://webservice.leaphyeasybloqs.com"
VITE_SENTRY_DSN="{{ $secrets.VITE_SENTRY_DSN }}"
VITE_SENTRY_DSN="${{ secrets.VITE_SENTRY_DSN }}"
VITE_SENTRY_SAMPLE_RATE="1.0"
EOF
Expand Down

0 comments on commit 9e592d3

Please sign in to comment.