From 4b874a621ac15b62dd6bd398f942f9a90e465af1 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 19 Sep 2024 12:07:52 +0000 Subject: [PATCH] Use proper deployment names --- .github/workflows/Publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 4946756..34bc25c 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -46,11 +46,11 @@ jobs: env: KUBE_CONFIG: ${{ secrets.ZIMIT_KUBE_CONFIG }} with: - args: rollout restart deployments frontend-ui-deployment -n zimit + args: rollout restart deployments zimit-frontend-ui-deployment -n zimit - name: Deploy Zimit frontend API changes to zimit.kiwix.org uses: actions-hub/kubectl@master env: KUBE_CONFIG: ${{ secrets.ZIMIT_KUBE_CONFIG }} with: - args: rollout restart deployments frontend-api-deployment -n zimit + args: rollout restart deployments zimit-frontend-api-deployment -n zimit