外部からデプロイするよう修正

This commit is contained in:
x.yumoto.k 2023-09-25 16:22:24 +09:00
parent fa4e506de4
commit 1b2c980902

View File

@ -30,7 +30,7 @@ jobs:
condition: succeeded('initialize')
displayName: Backend Deploy
pool:
name: odms-deploy-pipeline
vmImage: ubuntu-latest
steps:
- checkout: self
clean: true
@ -53,7 +53,7 @@ jobs:
storageAccountName: saomdspipeline
containerName: staging
pool:
name: odms-deploy-pipeline
vmImage: ubuntu-latest
steps:
- checkout: self
clean: true