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 c13d4d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Build
if: ${{ inputs.service == 'web' }}
working-directory: app/web
run: pnpm run build
run:
VITE_OTEL_EXPORTER_OTLP_ENDPOINT=${{ vars.VITE_SI_WORKSPACE_URL }} pnpm run build

- name: Deploy
if: ${{ inputs.service == 'web' }}
Expand Down

0 comments on commit c13d4d5

Please sign in to comment.