update
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m50s

This commit is contained in:
matst80
2024-11-09 13:57:09 +01:00
parent 28ed80e20a
commit a7c5332db0
6 changed files with 39 additions and 41 deletions

View File

@@ -13,6 +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/deployment.yaml -n cart
- name: Rollout
run: kubectl rollout restart deployment/cart-actor -n cart