Skip to content

Commit d439c24

Browse files
committed
fix for workflow
1 parent 6afd931 commit d439c24

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
uses: bahmutov/npm-install@v1
3232

3333
- name: 🏄 Copy test env vars
34-
run: cp .env.example .env
35-
36-
- name: 🖼 Build icons
37-
run: npm run build:icons
34+
run: cp .env.example .env
3835

3936
- name: 🛠 Setup Database
4037
run: npx prisma migrate deploy && npx prisma generate --sql
@@ -58,10 +55,7 @@ jobs:
5855
uses: bahmutov/npm-install@v1
5956

6057
- name: 🏄 Copy test env vars
61-
run: cp .env.example .env
62-
63-
- name: 🖼 Build icons
64-
run: npm run build:icons
58+
run: cp .env.example .env
6559

6660
- name: 🛠 Setup Database
6761
run: npx prisma migrate deploy && npx prisma generate --sql
@@ -85,10 +79,7 @@ jobs:
8579
uses: bahmutov/npm-install@v1
8680

8781
- name: 🏄 Copy test env vars
88-
run: cp .env.example .env
89-
90-
- name: 🖼 Build icons
91-
run: npm run build:icons
82+
run: cp .env.example .env
9283

9384
- name: 🛠 Setup Database
9485
run: npx prisma migrate deploy && npx prisma generate --sql

0 commit comments

Comments
 (0)