diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85ebe28..f64c8c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,9 +58,6 @@ stages: tags: | $(tag) - - upload: manifests - artifact: manifests - - stage: Deploy displayName: Deploy stage # dependsOn: Build @@ -131,7 +128,7 @@ stages: - containerPort: 8080 env: - name: VUE_APP_API_HOST - value: http://$(gatewayip.KubectlOutput):$(gatewayport.KubectlOutput) + value: http://${gatewayip.KubectlOutput}:${gatewayport.KubectlOutput} secretType: 'dockerRegistry' containerRegistryType: 'Azure Container Registry' - task: Kubernetes@1 diff --git a/src/components/order/OrderListCQRS.vue b/src/components/order/OrderListCQRS.vue index f08a38c..bcb8c5d 100644 --- a/src/components/order/OrderListCQRS.vue +++ b/src/components/order/OrderListCQRS.vue @@ -19,7 +19,7 @@ v-if="item.deliveryStarted && item.deliveryCompleted" > 배송 완료 - 배송 시작 diff --git a/src/components/order/OrderListMashup.vue b/src/components/order/OrderListMashup.vue index 00c5162..be754a4 100644 --- a/src/components/order/OrderListMashup.vue +++ b/src/components/order/OrderListMashup.vue @@ -20,6 +20,12 @@ dark > {{ item.deli }} + + {{ item.deli }} +