always rollout
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 7s

This commit is contained in:
matst80
2024-11-09 11:52:13 +01:00
parent 0ccaad2a2d
commit 0f3e877271

View File

@@ -14,3 +14,5 @@ jobs:
run: docker push registry.knatofs.se/go-cart-actor run: docker push registry.knatofs.se/go-cart-actor
- name: Deploy to Kubernetes - name: Deploy to Kubernetes
run: kubectl apply -f deployment.yaml -n cart run: kubectl apply -f deployment.yaml -n cart
- name: Rollout
run: kubectl rollout restart deployment/cart-actor -n cart