Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 409 Bytes

DOCS.md

File metadata and controls

18 lines (13 loc) · 409 Bytes

Use Drone Fabric plugin to execute fabric tasks

The following parameters are used to configuration:

  • fab_args command line options for fab tool

Put the sample configuration in your .drone.yml file:

workspace:
  base: /build
  path: src

pipeline:
  deploy:
    image: diegotolentino/drone-fabric
    fab_args: -i /build/src/conf/id_rsa --ssh-config-path /build/src/conf/config deploy