Skip to content

Commit

Permalink
generate schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cesara committed Jan 29, 2025
1 parent 6e0ec35 commit 64e3996
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sst-sandbox-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,14 @@ jobs:
- name: Install dependencies
run: |
npm ci
cd prod/sst
npm ci
- name: Generate Schema
run: |
npm run zero-build-schema -- --schema-path apps/zbugs/schema.ts --out-file prod/sst/zero-schema.json
- name: Deploy SST app
env:
ZERO_UPSTREAM_DB: ${{ secrets.SANDBOX_ZERO_UPSTREAM_DB }}
Expand Down

0 comments on commit 64e3996

Please sign in to comment.