Test
Some checks failed
Sonar / SonarQube (push) Successful in 31s
Sonar / Docker stuff (push) Failing after 6s

This commit is contained in:
Liviu Burcusel 2025-12-10 12:28:42 +01:00
parent 537a51ecbf
commit 101a505f3c
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -36,8 +36,9 @@ jobs:
- name: Build site
env:
NODE_ENV: production
NITRO_PRESET: node_cluster
NITRO_CLUSTER_WORKERS: 4
NITRO_PRESET: static
# NITRO_PRESET: node_cluster
# NITRO_CLUSTER_WORKERS: 4
run: npm run build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
@ -59,11 +60,11 @@ jobs:
- name: Prepare environment variables
run: |
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
- name: Setup Node environment
run: |
apk add --update nodejs npm
node --version
npm --version
# - name: Setup Node environment
# run: |
# apk add --update nodejs npm
# node --version
# npm --version
- name: Code checkout
uses: actions/checkout@v4
with: