260228:1457 Fix blank workflow config page & deployment pipeline
Some checks failed
Build and Deploy / deploy (push) Failing after 4m2s

This commit is contained in:
admin
2026-02-28 14:57:46 +07:00
parent 4bdf163c93
commit 603f987f83
4 changed files with 399 additions and 318 deletions

View File

@@ -44,7 +44,7 @@ COPY backend/ ./backend/
RUN cd backend && pnpm run build
# Deploy with production deps only (pnpm workspace isolation)
RUN pnpm --filter backend deploy --prod --shamefully-hoist /app/backend-prod
RUN pnpm --filter backend deploy --prod --shamefully-hoist --legacy /app/backend-prod
# =========================
# Stage 3: Production Runtime