diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-27 23:32:44 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-27 23:32:44 +0800 |
commit | a206450f9ecbd6360f4f8f7855c71e6a35460e98 (patch) | |
tree | f26a1989f002b3b7927df45e9fbb048f79a82fa2 | |
parent | 81e895bf7c54ed9276ea6fd96270565c5f988552 (diff) | |
download | timeline-a206450f9ecbd6360f4f8f7855c71e6a35460e98.tar.gz timeline-a206450f9ecbd6360f4f8f7855c71e6a35460e98.tar.bz2 timeline-a206450f9ecbd6360f4f8f7855c71e6a35460e98.zip |
Update CI.
-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:
|