Test full build
All checks were successful
Sonar / SonarQube (push) Successful in 48s
Sonar / Docker stuff (push) Successful in 7s

This commit is contained in:
Liviu Burcusel 2025-12-10 13:35:17 +01:00
parent cf95737537
commit dc38bb5d0a
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -36,9 +36,8 @@ jobs:
- name: Build site
env:
NODE_ENV: production
NITRO_PRESET: static
# NITRO_PRESET: node_cluster
# NITRO_CLUSTER_WORKERS: 4
NITRO_PRESET: node_cluster
NITRO_CLUSTER_WORKERS: 4
run: npm run build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
@ -95,7 +94,6 @@ jobs:
- name: Build Docker image (pray)
run: |
docker build -f ./devops/Dockerfile -t ${{ env.CONTAINER_NAME }}:latest .
- name: List Docker images (for verification)
run: docker images
docker images
####