Skip to content

Commit

Permalink
Merge pull request #10 from DISIC/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
HamzaKhait authored Mar 20, 2024
2 parents 0450fac + 80e301f commit ec704ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
@@ -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
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Release

on:
push:

branches:
- "preprod"
- "main"

jobs:
release:
permissions:
Expand Down

0 comments on commit ec704ef

Please sign in to comment.