Drone 插件市场 > Marathon
Marathon
by dellintosh
Apache License 2.0该插件可用于将应用程序部署到 Marathon 服务器上。
YAML 配置示例
kind: pipeline
name: default
steps:
- name: marathon
image: e20co/drone-marathon
settings:
server: http://marathon.mesos:8080
字段属性说明
server
string可选项马拉松服务器 URL。
默认值:http://marathon.mesos:8080
marathonfile
string可选项马拉松配置文件。
默认值:marathon.json
trigger_restart
boolean可选项强制重启应用程序。
默认值:false
values
object可选项马拉松文件中要替换的值的映射。
默认值:none