From 0da1aeab8150ba7ed43de20ef2f44d23caad37db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=AF=E6=9C=AC=20=E9=96=8B?= Date: Mon, 6 Nov 2023 08:49:18 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20555:=20Staging=E3=83=91=E3=82=A4?= =?UTF-8?q?=E3=83=97=E3=83=A9=E3=82=A4=E3=83=B3=E3=82=92=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E3=81=99=E3=82=8B=EF=BC=88=E3=83=87=E3=83=97=E3=83=AD=E3=82=A4?= =?UTF-8?q?=EF=BC=89/=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task2843: Stagingパイプラインを作成する(デプロイ)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2843) - Staging環境Pipelineで部分的に間違ってprod指定したいた箇所を修正 ## レビューポイント - 情報共有 ## 動作確認状況 - なし --- azure-pipelines-staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-staging.yml b/azure-pipelines-staging.yml index 128a441..0e177bf 100644 --- a/azure-pipelines-staging.yml +++ b/azure-pipelines-staging.yml @@ -293,10 +293,10 @@ jobs: clean: true fetchDepth: 1 - task: AzureKeyVault@2 - displayName: 'Azure Key Vault: kv-odms-secret-prod' + displayName: 'Azure Key Vault: kv-odms-secret-stg' inputs: - ConnectedServiceName: 'omds-service-connection-prod' - KeyVaultName: kv-odms-secret-prod + ConnectedServiceName: 'omds-service-connection-stg' + KeyVaultName: kv-odms-secret-stg - task: CmdLine@2 displayName: migration inputs: