Browse Source

update cicd config

develop
wally 4 years ago
parent
commit
52e6ef6ae0
  1. 5
      .drone.yml

5
.drone.yml

@ -3,9 +3,6 @@ kind: pipeline
type: docker
name: development
environment:
PROJECT_PATH: http://test.tall.wiki/checkwork/
# 常量值
constants:
- &DEVELOPMENT_HOST test.tall.wiki
@ -82,6 +79,8 @@ steps:
- name: notify-wechatwork
image: fifsky/drone-wechat-work
pull: if-not-exists
environment:
PROJECT_PATH: http://test.tall.wiki/checkwork/
settings:
url: *NOTIFY_WECHATROBOT_WEBHOOK
msgtype: markdown

Loading…
Cancel
Save