Skip to content

Commit

Permalink
chore(pdc-frontend): integrate the MatomoTagManager env variable into…
Browse files Browse the repository at this point in the history
… Docker
  • Loading branch information
AliKdhim87 committed May 13, 2024
1 parent 679957e commit 65cc487
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
envkey_API_TOKEN_SALT: ${{ secrets.API_TOKEN_SALT }}
envkey_ADMIN_JWT_SECRET: ${{ secrets.ADMIN_JWT_SECRET }}
envkey_JWT_SECRET: ${{ secrets.JWT_SECRET }}
envkey_MATOMO_HOST: ${{ secrets.MATOMO_HOST }}
envkey_MATOMO_SITE_ID: ${{ secrets.MATOMO_SITE_ID }}
envkey_PREVIEW_SECRET_TOKEN: ${{ secrets.PREVIEW_SECRET_TOKEN }}
envkey_TRANSFER_TOKEN_SALT: ${{ secrets.TRANSFER_TOKEN_SALT }}
envkey_DATABASE_CLIENT: ${{ secrets.DATABASE_CLIENT }}
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.pdc.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ services:
command: ./bin/wait-for-it.sh -s pdc_strapi:1337 -t 25 -- yarn workspace @frameless/pdc-frontend dev
environment:
FRONTEND_PUBLIC_URL: ${FRONTEND_PUBLIC_URL}
MATOMO_HOST: ${MATOMO_HOST}
MATOMO_SITE_ID: ${MATOMO_SITE_ID}
OPEN_FORMS_API_TOKEN: ${OPEN_FORMS_API_TOKEN}
OPEN_FORMS_API_URL: ${OPEN_FORMS_API_URL}
OPEN_FORMS_CSS_URL: ${OPEN_FORMS_CSS_URL}
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.pdc.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ services:
command: ./bin/wait-for-it.sh pdc_strapi:1337 -- npm run start:pdc-frontend
environment:
FRONTEND_PUBLIC_URL: ${FRONTEND_PUBLIC_URL}
MATOMO_HOST: ${MATOMO_HOST}
MATOMO_SITE_ID: ${MATOMO_SITE_ID}
OPEN_FORMS_API_TOKEN: ${OPEN_FORMS_API_TOKEN}
OPEN_FORMS_API_URL: ${OPEN_FORMS_API_URL}
OPEN_FORMS_CSS_URL: ${OPEN_FORMS_CSS_URL}
Expand Down

0 comments on commit 65cc487

Please sign in to comment.