Drone 插件市场 > Fandogh
Fandogh
by amirbagh75
None这个插件可以帮助你轻松地将新的 docker 镜像交付到 fandogh PaaS。
YAML 配置示例
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
字段属性说明
username
string可选项Fandogh 用户名。
推荐使用密钥 (Secret) 功能默认值:none
password
string可选项Fandogh 密码
推荐使用密钥 (Secret) 功能默认值:none
version
string可选项版本 ID。
默认值:none
registry
string可选项登记处网址。
默认值:none
manifest_path
string可选项清单路径。
默认值:none