fix: wrong env file
All checks were successful
Deploy Nyla Frontend INT / build-and-deploy (push) Successful in 10m28s

This commit is contained in:
Ida 2026-05-22 11:04:42 +02:00
parent d2e6cc215f
commit 90e1fbc40f

View file

@ -24,7 +24,7 @@ jobs:
cache: 'npm'
- name: Copy environment file
run: cp config/env-poweron-nyla-int.env .env
run: cp config/env-porta-int.env .env
- name: Install dependencies
run: npm ci