Skip to content

Commit

Permalink
Fix drone env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
benscobie committed Mar 30, 2024
1 parent b03049e commit 9145be6
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ steps:
commands:
- yarn install --immutable
- yarn build
env:
- NODE_ENV=production
- SENTRY_AUTH_TOKEN:
from_secret: sentry_auth_token
- SENTRY_DSN:
from_secret: sentry_dsn
- NEXT_PUBLIC_SENTRY_DSN:
from_secret: sentry_dsn
environment:
NODE_ENV: production
SENTRY_AUTH_TOKEN:
from_secret: sentry_auth_token
SENTRY_DSN:
from_secret: sentry_dsn
NEXT_PUBLIC_SENTRY_DSN:
from_secret: sentry_dsn

- name: publish_linux-amd64
when:
Expand All @@ -40,6 +40,4 @@ trigger:

---
kind: signature
hmac: 0718865e98bc987bf690137e135d80c1287ed575699e4ba21bc34469e562accc

...
hmac: f2dedac418f0b4a03978e57c2e8bc7a76d170ff33b0ea1bec2298cf4bc062aad

0 comments on commit 9145be6

Please sign in to comment.