Skip to content

Commit afdfa71

Browse files
committed
Fix workflows
1 parent 668458e commit afdfa71

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ defaults:
1010
shell: bash
1111

1212
jobs:
13-
prod:
13+
webapp:
1414
# A rule protection has been set on this environment
1515
# so that it only triggers when ran on main branch
1616
# See https://github.com/incubateur-ademe/quefairedemesobjets/settings/environments/4163451271/edit
17-
name: 🔴 Prod
18-
uses: ./.github/workflows/_cd-by-environment.yml
17+
name: 🔴 Webapp
18+
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
1925
secrets: inherit # pragma: allowlist secret`
2026
with:
2127
environment: prod

0 commit comments

Comments
 (0)