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 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: