You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
632B

  1. kind: pipeline
  2. type: docker
  3. name: default
  4. steps:
  5. - name: build
  6. image: node:12.16.3
  7. commands:
  8. - npm config set registry http://registry.npm.taobao.org
  9. - name: notification
  10. image: lddsb/drone-dingtalk-message
  11. settings:
  12. token: 840fed65878154561a096c03a516ded894ab1b91efbe1643fe492dd93593e7a3
  13. type: markdown
  14. secret: SEC9fe40cc775658cbef7a30b43fd852b642201754f15df42cd339627e05cfde41e
  15. tpl: ./drone/index.md
  16. tips_title: 杭州web构建
  17. success_pic: https://i.ibb.co/CB4HBLP/success-1.png
  18. failure_pic: https://i.ibb.co/wM2rbGS/fail-1.png
  19. trigger:
  20. branch:
  21. - master