Drone plugins > Fandogh
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
stringoptionalFandogh username.
Secret recommendedDefault: none
password
stringoptionalFandogh password.
Secret recommendedDefault: none
version
stringoptionalversion id.
Default: none
registry
stringoptionalregistry url.
Default: none
manifest_path
stringoptionalmanifest path.
Default: none