chore: ajout de 'environment' dans le workflow 'build'

pull/3260/head
Alice Dahan 2024-12-12 12:28:04 +01:00
parent 851b492de7
commit 905ea2c0f1
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
VITE_FR_BASE_URL: ${{ needs.deploy-context.outputs.fr_url }}
VITE_EN_BASE_URL: ${{ needs.deploy-context.outputs.en_url }}
runs-on: ubuntu-22.04
environment: ${{ needs.deploy-context.outputs.env-name }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install