Drone plugins > Fandogh
fandogh.svg

Fandogh

by amirbagh75


This plugin can help you to easy delivery your new docker images to fandogh PaaS.

Example

kind: pipeline
name: default

steps:
- name: fandogh
  image: amirbagh75/fandogh-drone:latest
  settings:
    username: 
      from_secret: fandoghuser
    password: 
      from_secret: fandoghpass
    version: ${DRONE_COMMIT}
    registry: "myregistry.com:5000" ## optional
    manifest_path: ./fandogh.yml

Properties

  • username

    stringoptional

    Fandogh username.

    Secret recommended

    Default: none

  • password

    stringoptional

    Fandogh password.

    Secret recommended

    Default: none

  • version

    stringoptional

    version id.

    Default: none

  • registry

    stringoptional

    registry url.

    Default: none

  • manifest_path

    stringoptional

    manifest path.

    Default: none