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:
@@ -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
|
||||
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