Skip to content

Commit 2b2012b

Browse files
committed
Fix GitHub Actions: use npm run build instead of build:next
1 parent 3991692 commit 2b2012b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
MONGODB_URI: ${{ secrets.MONGODB_URI }}
2626
JWT_SECRET: ${{ secrets.JWT_SECRET }}
2727
BREVO_API_KEY: ${{ secrets.BREVO_API_KEY }}
28-
run: npm run build:next
28+
run: npm run build
2929

3030
- name: Deploy via FTP to cPanel
3131
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)