Skip to content

Commit 4dc1f1a

Browse files
authored
remove old env var
1 parent 0c23deb commit 4dc1f1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ jobs:
119119
- name: 🌱 Seed Database
120120
if: steps.db-cache.outputs.cache-hit != 'true'
121121
run: npx prisma db seed
122-
env:
123-
MINIMAL_SEED: true
124122

125123
- name: 🏗 Build
126124
run: npm run build

0 commit comments

Comments
 (0)