Merged PR 555: Stagingパイプラインを作成する(デプロイ)/修正
## 概要 [Task2843: Stagingパイプラインを作成する(デプロイ)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2843) - Staging環境Pipelineで部分的に間違ってprod指定したいた箇所を修正 ## レビューポイント - 情報共有 ## 動作確認状況 - なし
This commit is contained in:
parent
f4e2d47bdd
commit
0da1aeab81
@ -293,10 +293,10 @@ jobs:
|
|||||||
clean: true
|
clean: true
|
||||||
fetchDepth: 1
|
fetchDepth: 1
|
||||||
- task: AzureKeyVault@2
|
- task: AzureKeyVault@2
|
||||||
displayName: 'Azure Key Vault: kv-odms-secret-prod'
|
displayName: 'Azure Key Vault: kv-odms-secret-stg'
|
||||||
inputs:
|
inputs:
|
||||||
ConnectedServiceName: 'omds-service-connection-prod'
|
ConnectedServiceName: 'omds-service-connection-stg'
|
||||||
KeyVaultName: kv-odms-secret-prod
|
KeyVaultName: kv-odms-secret-stg
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
displayName: migration
|
displayName: migration
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user