diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-27 23:14:00 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-27 23:14:00 +0800 |
commit | 81e895bf7c54ed9276ea6fd96270565c5f988552 (patch) | |
tree | 79bc29a7fde387c39d4880453795807999490631 | |
parent | 43beb03c7b552b0b7d4da614d29aa744ab4bad18 (diff) | |
download | timeline-81e895bf7c54ed9276ea6fd96270565c5f988552.tar.gz timeline-81e895bf7c54ed9276ea6fd96270565c5f988552.tar.bz2 timeline-81e895bf7c54ed9276ea6fd96270565c5f988552.zip |
Update CI.
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f208da0b..1961770d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,6 +38,7 @@ stages: - deployment: Deploy
pool:
name: 'crupest-qcloud-servers'
+ environment: 'timeline-server'
strategy:
runOnce:
deploy:
|