Skip to content

Commit

Permalink
Update ci for automatic sync with remarks from service team
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Sep 14, 2023
1 parent 4b5cf2a commit f9f685f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dso-automatic-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
curl "https://gitlab.apps.c6.numerique-interieur.com/api/v4/projects/62/trigger/pipeline" \
-X POST \
--fail \
-F token=glptt-d4c40b4d02672a1edad35acd909b8f73d4a46fef \
-F ref=${{ github.GITHUB_REF_NAME }} \
-F token=${{ secrets.DSO_TOKEN }} \
-F ref=main \
-F variables[GIT_BRANCH_DEPLOY]=${{ github.GITHUB_REF_NAME }} \
-F variables[PROJECT_NAME]=basegun-test/infra
2 changes: 1 addition & 1 deletion infra/kube/helm/values.dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ingress:
#traefik.ingress.kubernetes.io/router.tls: "true"
#traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt
hosts:
- host: http://basegun.dev.numerique-interieur.com/
- host: http://basegun.dev.numerique-interieur.com/
paths:
- path: /
pathType: Prefix
Expand Down

0 comments on commit f9f685f

Please sign in to comment.