We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668458e commit afdfa71Copy full SHA for afdfa71
.github/workflows/deploy.yml
@@ -10,12 +10,18 @@ defaults:
10
shell: bash
11
12
jobs:
13
- prod:
+ webapp:
14
# A rule protection has been set on this environment
15
# so that it only triggers when ran on main branch
16
# See https://github.com/incubateur-ademe/quefairedemesobjets/settings/environments/4163451271/edit
17
- name: 🔴 Prod
18
- uses: ./.github/workflows/_cd-by-environment.yml
+ name: 🔴 Webapp
+ uses: ./.github/workflows/_deploy-webapp.yml
19
+ secrets: inherit # pragma: allowlist secret`
20
+ with:
21
+ environment: prod
22
+ airflow:
23
+ name: 🔴 Airflow
24
+ uses: ./.github/workflows/_deploy-airflow.yml
25
secrets: inherit # pragma: allowlist secret`
26
with:
27
environment: prod
0 commit comments