🗑️(ci) clean old deployment and ci

We move deployment stuff to a new repository. we don't need this
codeanymore
This commit is contained in:
Jacques ROUSSEL
2024-10-23 16:01:17 +02:00
committed by Anthony LC
parent af5ffc22ac
commit 1da5a6a411
36 changed files with 4 additions and 2784 deletions

View File

@@ -1,22 +0,0 @@
name: Helmfile lint
run-name: Helmfile lint
on:
pull_request:
branches:
- 'main'
jobs:
helmfile-lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/helmfile/helmfile:latest
steps:
-
uses: numerique-gouv/action-helmfile-lint@main
with:
app-id: ${{ secrets.APP_ID }}
age-key: ${{ secrets.SOPS_PRIVATE }}
private-key: ${{ secrets.PRIVATE_KEY }}
helmfile-src: "src/helm"
repositories: "impress,secrets"