fix: add env file cleanup step to ui-nyla workflows
Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 2s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ValueOn AG 2026-05-24 02:40:42 +02:00
parent 6dbf91afb2
commit 077dbca759
2 changed files with 4 additions and 2 deletions

View file

@ -24,9 +24,10 @@ jobs:
node-version: '20'
cache: 'npm'
- name: Copy integration environment file
- name: Set environment
run: |
cp config/env-int.env .env
rm -f config/env-*.env
- name: Install dependencies
run: |

View file

@ -24,9 +24,10 @@ jobs:
node-version: '20'
cache: 'npm'
- name: Copy production environment file
- name: Set environment
run: |
cp config/env-prod.env .env
rm -f config/env-*.env
- name: Install dependencies
run: |