Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from SocialGouv/fix/newsletter
Browse files Browse the repository at this point in the history
fix: fix newsletter
  • Loading branch information
YoannNumericite authored May 18, 2022
2 parents b4f8095 + 10c7430 commit 62af8c1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 34 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
name: Build & Register application
runs-on: ubuntu-latest
steps:
- name: Use autodevops build and register
uses: SocialGouv/actions/autodevops-build-register@v1
with:
environment: prod
imagePackage: app
token: ${{ secrets.GITHUB_TOKEN }}
- name: Use autodevops build and register
uses: SocialGouv/actions/autodevops-build-register@v1
with:
environment: prod
imagePackage: app
token: ${{ secrets.GITHUB_TOKEN }}

deploy:
name: Deploy application
Expand All @@ -29,11 +29,12 @@ jobs:
name: production
url: https://ressourcerie.fabrique.social.gouv.fr
steps:
- name: Use kube-workflow deployment
uses: SocialGouv/kube-workflow@v1
with:
environment: prod
token: ${{ secrets.GITHUB_TOKEN }}
kubeconfig: ${{ secrets.KUBECONFIG }}
rancherProjectId: ${{ secrets.RANCHER_PROJECT_ID }}
rancherProjectName: ${{ secrets.RANCHER_PROJECT_NAME }}
- name: Use kube-workflow deployment
uses: SocialGouv/kube-workflow@master
id: deploy-prod
with:
environment: prod
token: ${{ secrets.GITHUB_TOKEN }}
kubeconfig: ${{ secrets.KUBECONFIG }}
rancherProjectId: ${{ secrets.RANCHER_PROJECT_ID }}
rancherProjectName: ${{ secrets.RANCHER_PROJECT_NAME }}
6 changes: 0 additions & 6 deletions .kube-workflow/env/app.configmap.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .kube-workflow/env/app.sealed-secret.yaml

This file was deleted.

0 comments on commit 62af8c1

Please sign in to comment.