Drone plugins > Marathon
Marathon
by dellintosh
This plugin can be used to deploy applications to a Marathon server.
Example
kind: pipeline
name: default
steps:
- name: marathon
image: e20co/drone-marathon
settings:
server: http://marathon.mesos:8080
Properties
server
stringoptionalMarathon server URL.
Default: http://marathon.mesos:8080
marathonfile
stringoptionalThe Marathon configuration file.
Default: marathon.json
trigger_restart
booleanoptionalForce a restart of the application.
Default: false
values
objectoptionalMap of values to replace in the marathonfile.
Default: none