fix: wrong env file
All checks were successful
Deploy Nyla Frontend INT / build-and-deploy (push) Successful in 10m28s
All checks were successful
Deploy Nyla Frontend INT / build-and-deploy (push) Successful in 10m28s
This commit is contained in:
parent
d2e6cc215f
commit
90e1fbc40f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue