Added env variables.
All checks were successful
Sonar / SonarQube (push) Successful in 53s
Sonar / Docker stuff (push) Successful in 16s

This commit is contained in:
Liviu Burcusel 2025-12-13 11:46:25 +01:00
parent fd830ee536
commit f6fbc3882e
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -35,7 +35,11 @@ jobs:
env:
CI: true
- name: Build site
run: NODE_ENV=production NITRO_PRESET=node_cluster NITRO_CLUSTER_WORKERS=4 npm run build
env:
NODE_ENV: production
NITRO_PRESET: node_cluster
NITRO_CLUSTER_WORKERS: 4
run: npm run build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with: