Set NEXT_PUBLIC_API_URL environment variable for backend build in deploy workflow
This commit is contained in:
@@ -42,6 +42,8 @@ jobs:
|
||||
|
||||
- name: Build - Backend
|
||||
run: pnpm run build:back
|
||||
env:
|
||||
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
|
||||
|
||||
- name: Lint - Frontend
|
||||
run: pnpm run lint:front
|
||||
|
||||
Reference in New Issue
Block a user