Autres modifs du wording suite à la MEP du portailDF du Cerema #440
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Data Stack CI | |
on: | |
push: | |
jobs: | |
deploy-dagster: | |
uses: ./.github/workflows/deploy.yml | |
with: | |
app: Dagster (Production) | |
alias: dagster-production | |
branch: feat/data-* | |
secrets: inherit | |
deploy-metabase: | |
uses: ./.github/workflows/deploy.yml | |
with: | |
app: Production - Metabase | |
alias: metabase-production | |
branch: feat/data-* | |
secrets: inherit |