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 | b312b23d80767a88ba470c73dff5449b17b73e02 (patch) | |
tree | 79bc29a7fde387c39d4880453795807999490631 | |
parent | f61e8658cd36dbf287867dbf9cddc1cb4f676fce (diff) | |
download | timeline-b312b23d80767a88ba470c73dff5449b17b73e02.tar.gz timeline-b312b23d80767a88ba470c73dff5449b17b73e02.tar.bz2 timeline-b312b23d80767a88ba470c73dff5449b17b73e02.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:
|