Set NEXT_PUBLIC_API_URL environment variable for backend build in deploy workflow

This commit is contained in:
2026-01-14 18:53:21 +01:00
parent 0cb361afb8
commit a06fdbf21e

View File

@@ -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