Skip to content

Commit

Permalink
chore(ga): env recette next
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Oct 29, 2024
1 parent 04b87c1 commit 815edc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
options:
- production
- recette
- recettenext
app_version:
description: app version
type: string
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 815edc8

Please sign in to comment.