Skip to content

Commit 9f0aa34

Browse files
committed
workflow fix
1 parent cf9006d commit 9f0aa34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: npm ci
28+
env:
29+
DATABASE_URL: ${{ secrets.DATABASE_URL }}
2830

2931
- name: Build Next.js
3032
run: npm run build
3133
env:
3234
GITHUB_PAGES: true
33-
DATABASE_URL: ${{ secrets.DATABASE_URL }}
3435

3536
- name: Upload artifact
3637
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)