fixing env var spelling error (#1160)
This commit is contained in:
parent
bb30f3b7c3
commit
b9d0226ede
|
@ -67,5 +67,5 @@ jobs:
|
|||
IMAGE_TAG: ${{ steps.image_tag.outputs.value }}
|
||||
run: |
|
||||
kubectl set image -n $_QA_K8S_NAMESPACE deployment/web web=bitwardenqa.azurecr.io/web:$IMAGE_TAG --record
|
||||
kubectl rollout restart -n $QA_K8s_NAMESPACE deployment/web
|
||||
kubectl rollout restart -n $_QA_K8S_NAMESPACE deployment/web
|
||||
kubectl rollout status deployment/web -n $_QA_K8S_NAMESPACE
|
||||
|
|
Loading…
Reference in New Issue