always rollout
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 7s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 7s
This commit is contained in:
@@ -14,3 +14,5 @@ jobs:
|
||||
run: docker push registry.knatofs.se/go-cart-actor
|
||||
- name: Deploy to Kubernetes
|
||||
run: kubectl apply -f deployment.yaml -n cart
|
||||
- name: Rollout
|
||||
run: kubectl rollout restart deployment/cart-actor -n cart
|
||||
Reference in New Issue
Block a user