Sign inSign up

uphy/drone-config

By uphy

Updated over 8 years ago

drone configuration plugin

Image
0

872

uphy/drone-config repository overview

drone-config-plugin

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

Usage

drone.yml

  import-config:
    image: uphy/drone-config
    file: config.yml
    server: localhost:8000
    token: 0123456789ABCDEF

config.yml

owners:
  user1:
    secrets:
      http_proxy: "http://hoge.com"
      https_proxy: "http://hoge.com"
repos:
  user1/test:
    secrets:
      aaaa: AAAA
    settings:
      protected: false
      trusted: true
    hooks:
      push: true
      pullrequest: true
      tag: true
      deployment: false
    timeout: 60

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

Tag summary

Content type

Image

Digest

Size

7.7 MB

Last updated

over 8 years ago

docker pull uphy/drone-config