Skip to content

Commit

Permalink
Update deploy-do-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Nov 28, 2023
1 parent 78d58e3 commit 4df0c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
SENTRY_TRACES_SAMPLE_RATE: '${{ secrets.SENTRY_TRACES_SAMPLE_RATE }}'
SENTRY_HTTP_TRACING_ENABLED: '${{ secrets.SENTRY_HTTP_TRACING_ENABLED }}'
SENTRY_POSTGRES_TRACKING_ENABLED: '${{ secrets.SENTRY_POSTGRES_TRACKING_ENABLED }}'
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'

Check warning on line 41 in .github/workflows/deploy-do-demo.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (OTEL)

Check warning on line 41 in .github/workflows/deploy-do-demo.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (OTLP)

Check warning on line 41 in .github/workflows/deploy-do-demo.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (OTEL)

Check warning on line 41 in .github/workflows/deploy-do-demo.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (OTLP)

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down

0 comments on commit 4df0c6c

Please sign in to comment.