Skip to content

Commit

Permalink
Merge tag 'v2.15.1' into v2
Browse files Browse the repository at this point in the history
2.15.1
  • Loading branch information
jillro committed Dec 11, 2023
2 parents 605c86e + 590ea4d commit c0a9a7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Assign env variables to a .env file
run: env | grep VUE_APP > .env.local
env:
VUE_APP_MATOMO_SITE_ID: 244
VUE_APP_MATOMO_SITE_ID: 58
VUE_APP_API_ENDPOINT: "https://cartobio.agencebio.org/api"
VUE_APP_PRELOADED_CAMPAGNE_PAC: 2021
VUE_APP_PRODUCTION: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Assign env variables to a .env file
run: env | grep VUE_APP > .env.local
env:
VUE_APP_MATOMO_SITE_ID: 245
VUE_APP_MATOMO_SITE_ID: 59
VUE_APP_API_ENDPOINT: "https://cartobio-preprod.agencebio.org/api"
VUE_APP_PRELOADED_CAMPAGNE_PAC: 2021
VUE_APP_ENVIRONMENT: staging
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agencebio/cartobio-front",
"version": "2.15.0",
"version": "2.15.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { usePermissions } from "@/stores/permissions.js"
import { getOperatorParcelles } from "@/cartobio-api.js"
import toast from '@/components/toast.js'

const { VUE_APP_MATOMO_SITE_ID:siteId = '245', VUE_APP_API_ENDPOINT } = import.meta.env
const { VUE_APP_MATOMO_SITE_ID:siteId = '58', VUE_APP_API_ENDPOINT } = import.meta.env
const { VUE_APP_SENTRY_DSN } = import.meta.env

const pinia = createPinia()
Expand Down

0 comments on commit c0a9a7b

Please sign in to comment.