Don't create self signed cert in production build pipeline
All checks were successful
Build Backend and Frontend / Build & Test .NET Backend (push) Successful in 32s
Build Backend and Frontend / Build Frontend (push) Successful in 12s

This commit is contained in:
Simon Lübeß
2025-05-23 16:33:23 +02:00
parent 1d68f177de
commit f4737f4dcf
2 changed files with 9 additions and 5 deletions

View File

@ -22,5 +22,5 @@ jobs:
working-directory: ./usentrycoach.client
- name: Build frontend
run: npm run build
run: NODE_ENV=production npm run build
working-directory: ./usentrycoach.client