Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix(ci): autodevops-helm (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Feb 23, 2022
1 parent e24cb12 commit 03dd32f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
name: Deploy application
runs-on: ubuntu-latest
needs: [register]
environment:
name: production
url: https://archifiltre.fabrique.social.gouv.fr
steps:

- name: Use autodevops deployment
Expand All @@ -51,4 +48,5 @@ jobs:
kubeconfig: ${{ secrets.KUBECONFIG }}
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
imageName: archifiltre/archifiltre-site
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
productionHost: archifiltre.fabrique.social.gouv.fr

0 comments on commit 03dd32f

Please sign in to comment.