From 66274e239bc2afbbf5259381f041babfb3cb48cf Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 21 Jan 2026 20:43:35 +0100 Subject: [PATCH] ci : fix release artefact --- .gitea/workflows/release-artefact.yml | 2 +- .gitignore | 1 + .idea/workspace.xml | 38 +++++++++++++++++++++++---- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/release-artefact.yml b/.gitea/workflows/release-artefact.yml index ac230ff..25837da 100644 --- a/.gitea/workflows/release-artefact.yml +++ b/.gitea/workflows/release-artefact.yml @@ -36,7 +36,7 @@ jobs: run: | cd frontend npm ci - npm run generate + NUXT_PUBLIC_API_BASE=/api NUXT_PUBLIC_APP_BASE=/ npm run generate - name: Build artefact shell: bash diff --git a/.gitignore b/.gitignore index 1bfdaec..260ef0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ ###> symfony/framework-bundle ### /.env.local +/.env.prod /.env.local.php /.env.*.local /config/secrets/prod/prod.decrypt.private.php diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 86cf9af..7b60560 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,8 @@