Skip to content

Commit

Permalink
Merge pull request #33 from dnum-mi/dev
Browse files Browse the repository at this point in the history
change url matomo
  • Loading branch information
mogador26 authored Sep 19, 2024
2 parents e54dc24 + 83763c2 commit b34a655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy docker image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- 'main'

workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/cct-mi:2.0
tags: ${{ secrets.DOCKERHUB_USERNAME }}/cct-mi:2.0
2 changes: 1 addition & 1 deletion content/fr/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ eleventyNavigation:
<div class="fr-grid-row">
<div class="fr-col-offset-md-1 fr-col-12 fr-col-sm-12 fr-col-md-6">
<p class="fr-text--lead">
Un cadre de cohérence pour construire <em>"une solution qui peut être un produit, un système ou un service qui fournit de la valeur aux agents et usagers"</em>
Un cadre de cohérence pour construire <em>"une solution qui peut être un produit, un système ou un service et qui fournit de la valeur aux agents et usagers"</em>
<a href="./1-chapeau/2-presentation-generale/" target="_blank"><strong>présentation générale</strong></a>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions public/js/matomo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
})();
})();

0 comments on commit b34a655

Please sign in to comment.