From ae1a1a45a7a8f93499ec25443cee9fc21f0a5dbf Mon Sep 17 00:00:00 2001 From: mohand ou idir belfares <85136127+idirbfs@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:02:10 +0200 Subject: [PATCH] update inputs --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 230ceac..5afacc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,7 @@ on: - airflow - keycloak - keycloak-db + - nginx jobs: deploy: @@ -36,6 +37,7 @@ jobs: helm repo update - name: Deploy Nginx + if: ${{ inputs.service == 'all' || inputs.service == 'nginx' }} run: | helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update