From 815edc8a5971a03c49d96d5dae947d14e8d0d974 Mon Sep 17 00:00:00 2001 From: Antoine Bigard Date: Tue, 29 Oct 2024 19:55:39 +0100 Subject: [PATCH] chore(ga): env recette next --- .github/workflows/_deploy.yml | 1 + .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index 818ebb8b6..765aa3c0a 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -9,6 +9,7 @@ on: options: - production - recette + - recettenext app_version: description: app version type: string diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35a569bc5..91167427d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,10 +114,10 @@ jobs: concurrency: group: "deploy-${{ github.workflow }}-${{ github.ref }}" needs: ["release"] - name: Deploy ${{ needs.release.outputs.VERSION }} on recette + name: Deploy ${{ needs.release.outputs.VERSION }} on recettenext uses: "./.github/workflows/_deploy.yml" with: - environment: recette + environment: recettenext app_version: ${{ needs.release.outputs.VERSION }} secrets: DEPLOY_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}