From 37a4d90aab9d2d1fb5768b09be673dc5fef2fecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renato=20Jua=C3=A7aba=20Neto?= Date: Tue, 12 Nov 2024 13:24:55 +0000 Subject: [PATCH] Adjust GH action --- .github/workflows/ontop-k8s.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ontop-k8s.yml b/.github/workflows/ontop-k8s.yml index ea35ff1..274e14b 100644 --- a/.github/workflows/ontop-k8s.yml +++ b/.github/workflows/ontop-k8s.yml @@ -12,7 +12,7 @@ on: jobs: setup-build-publish-deploy: - name: 'Setup and trigger job' + name: 'Update triples and server' runs-on: 'ubuntu-latest' environment: 'production' @@ -52,5 +52,7 @@ jobs: kubectl -n hq wait --for=condition=complete --timeout=60s -f ontop-k8s-job.yaml - name: 'Restart SPARQL server' - run: kubectl -n satellite rollout restart deployment/sparql + run: >- + kubectl -n satellite rollout restart deployment/sparql && + kubectl -n satellite rollout status deployment/sparql --timeout=60s