diff --git a/.github/workflows/Deploy docker image.yml b/.github/workflows/Deploy docker image.yml index 234e055..b4875ba 100644 --- a/.github/workflows/Deploy docker image.yml +++ b/.github/workflows/Deploy docker image.yml @@ -4,7 +4,7 @@ on: push: branches: - 'main' - + workflow_dispatch: jobs: build: runs-on: ubuntu-latest @@ -39,4 +39,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/cct-mi:2.0 \ No newline at end of file + tags: ${{ secrets.DOCKERHUB_USERNAME }}/cct-mi:2.0 diff --git a/content/fr/index.njk b/content/fr/index.njk index 81878a3..9b987e3 100644 --- a/content/fr/index.njk +++ b/content/fr/index.njk @@ -10,7 +10,7 @@ eleventyNavigation:

- Un cadre de cohérence pour construire "une solution qui peut être un produit, un système ou un service qui fournit de la valeur aux agents et usagers" + Un cadre de cohérence pour construire "une solution qui peut être un produit, un système ou un service et qui fournit de la valeur aux agents et usagers" présentation générale

diff --git a/public/js/matomo.js b/public/js/matomo.js index d6989b7..d469582 100644 --- a/public/js/matomo.js +++ b/public/js/matomo.js @@ -4,11 +4,11 @@ _paq.push(["setExcludedQueryParams", ["simulationId", "_csrf"]]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { - var u = "https://matomo-dtnum-mi.freedynamicdns.org/"; + var u = "https://matoto-test.apps.app1.numerique-interieur.com/"; _paq.push(['setTrackerUrl', u + 'matomo.php']); _paq.push(['setSiteId', '2']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); -})(); \ No newline at end of file +})();