Fixed pipeline deployment restart name
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ steps:
|
||||
- mkdir -p $HOME/.kube
|
||||
- echo "$KUBE_CONFIG" > $HOME/.kube/config
|
||||
- kubectl apply -f litecharms-shop-uat.yml
|
||||
- kubectl rollout restart deployment/litecharms-shop -n litecharms-shop-uat
|
||||
- kubectl rollout restart deployment/litecharms-shop-uat -n litecharms-shop-uat
|
||||
|
||||
depends_on:
|
||||
- package
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using LiteCharms.Extensions;
|
||||
using Microsoft.AspNetCore.DataProtection;
|
||||
using Shop.Components;
|
||||
using static LiteCharms.Abstractions.Constants;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user