diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1961770d..c394bc67 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,7 @@ stages: jobs:
- deployment: Deploy
pool:
- name: 'crupest-qcloud-servers'
+ name: 'Default'
environment: 'timeline-server'
strategy:
runOnce:
|