项目作者: uphy

项目描述 :
drone-config-plugin imports configuration to the Drone server.
高级语言: Shell
项目地址: git://github.com/uphy/drone-config-plugin.git
创建时间: 2018-04-26T13:24:52Z
项目社区:https://github.com/uphy/drone-config-plugin

开源协议:

下载


drone-config-plugin

drone-config-plugin import configuration to the Drone server.

Usage

drone.yml

  1. import-config:
  2. image: uphy/drone-config
  3. file: config.yml
  4. server: localhost:8000
  5. token: 0123456789ABCDEF

config.yml

  1. owners:
  2. user1:
  3. secrets:
  4. http_proxy: "http://hoge.com"
  5. https_proxy: "http://hoge.com"
  6. repos:
  7. user1/test:
  8. secrets:
  9. aaaa: AAAA
  10. settings:
  11. protected: false
  12. trusted: true
  13. hooks:
  14. push: true
  15. pullrequest: true
  16. tag: true
  17. deployment: false
  18. timeout: 60

See drone-util for more details about config.yml.