Updated CI/CD
This commit is contained in:
parent
f37137d3b7
commit
d1b8252254
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
|
@ -79,6 +79,8 @@ jobs:
|
|||
- name: Install dependencies and build
|
||||
env:
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
NEXT_PUBLIC_POSTHOG_KEY: ${{ secrets.NEXT_PUBLIC_POSTHOG_KEY }}
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm build
|
||||
|
|
|
|||
Reference in a new issue