Skip to content

Commit

Permalink
ci: run seed on preview env
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Mar 3, 2024
1 parent b82c9f3 commit 8a73e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: neondatabase/create-branch-action@v4
with:
project_id: ${{ env.NEON_PROJECT_ID }}
parent_id: br-quiet-king-a5h32cqs
parent: preview
branch_name: preview/pr-${{ github.event.number }}-${{ steps.branch-name.outputs.current_branch }}
username: ${{ env.NEON_DATABASE_USERNAME }}
api_key: ${{ env.NEON_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"db:generate": {},
"db:migrate": {},
"db:studio": {},
"db:seed": {},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit 8a73e0e

Please sign in to comment.