From 65381ee9ce0530b4f4c4f4d46a882c6da97ba874 Mon Sep 17 00:00:00 2001 From: bmartins Date: Tue, 28 Mar 2023 12:56:04 +0200 Subject: [PATCH] test(CI): command to restart pod after build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd38efc9..4ad97c71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ deploy-image: script: - kubectl config get-contexts - kubectl config use-context framasoft/framadate/funky-framadate-front:framadate-local-cluster - - kubectl get pods + - kubectl rollout restart frontend-deployment # build: # image: node:16