Skip to content

Commit

Permalink
fix: set otel url on web build
Browse files Browse the repository at this point in the history
  • Loading branch information
sprutton1 committed Aug 19, 2024
1 parent 5c20684 commit d1453d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: Build
if: ${{ inputs.service == 'web' }}
working-directory: app/web
env:
VITE_OTEL_EXPORTER_OTLP_ENDPOINT: ${{ env.VITE_SI_WORKSPACE_URL }}
run: pnpm run build

- name: Deploy
Expand Down

0 comments on commit d1453d1

Please sign in to comment.