From 3bdfed624f34ae68223263a7279547b7dfe09b07 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Thu, 7 Apr 2022 09:46:28 +0200 Subject: [PATCH] fix --- .github/workflows/review.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 4fcb2224..e54715b1 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -30,28 +30,14 @@ jobs: project: ${{ env.project }} imageName: ${{ env.project }}/app token: ${{ secrets.GITHUB_TOKEN }} - ############################################################################## - ## GENERATE KUBERNETES MANIFESTS - ############################################################################## - manifests: - name: Generate k8s manifests - runs-on: ubuntu-latest - steps: - - name: Use k8s manifests generation - uses: SocialGouv/actions/autodevops-manifests@v1 - with: - environment: "dev" - rancherId: ${{ secrets.RANCHER_PROJECT_ID }} - socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }} - pgUserSecretPrefix: pg-user - + ############################################################################## ## DEPLOY APPLICATION OVER KUBERNETES ############################################################################## deploy: name: Deploy application runs-on: ubuntu-latest - needs: [register, manifests] + needs: [register] steps: - uses: SocialGouv/kube-workflow@master with: