From 0f3e877271d9eae887e2ae0fd4b5f9fdf984c25e Mon Sep 17 00:00:00 2001 From: matst80 Date: Sat, 9 Nov 2024 11:52:13 +0100 Subject: [PATCH] always rollout --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cc838ed..bc8a05d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,4 +13,6 @@ jobs: - name: Push to registry run: docker push registry.knatofs.se/go-cart-actor - name: Deploy to Kubernetes - run: kubectl apply -f deployment.yaml -n cart \ No newline at end of file + run: kubectl apply -f deployment.yaml -n cart + - name: Rollout + run: kubectl rollout restart deployment/cart-actor -n cart \ No newline at end of file