From 5c8fbd58bd4b448f441c11bc98288826e8e2aa3d Mon Sep 17 00:00:00 2001 From: Hamza KHAIT Date: Wed, 20 Mar 2024 14:39:52 +0100 Subject: [PATCH 1/2] fix: restricting release for preprod and main branches only --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea14524..99677e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,10 @@ name: Release on: push: - + branches: + - "preprod" + - "main" + jobs: release: permissions: From 80e301fb67536e02a60040e57124f6476e5261de Mon Sep 17 00:00:00 2001 From: Hamza KHAIT Date: Wed, 20 Mar 2024 15:00:51 +0100 Subject: [PATCH 2/2] fix: changing preproduction voxify url --- .env.staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.staging b/.env.staging index 8b47e14..eb20b8d 100644 --- a/.env.staging +++ b/.env.staging @@ -1,4 +1,4 @@ VITE_BASE_URL='https://preprod.webconf.numerique.gouv.fr/wce-api' VITE_JITSI_DOMAIN='appel.preprod.webconf.numerique.gouv.fr' -VITE_VOXAPI_URL='https://preprod.webconf.numerique.gouv.fr/voxapi/apiconf' +VITE_VOXAPI_URL='https://preprod.webconf.numerique.gouv.fr/voxapi' GENERATE_SOURCEMAP=false