Please note Digital Ocean pipelines are disabled on Drone Cloud. This feature is only available when self-hosting
A digitalocean
pipeline runs shell commands on digitalocean droplets. The droplet is created when the pipeline starts and terminated upon completion. This is useful for workloads that need to run inside a dedicated virtual machine.
Example pipeline configuration:
|
|
The kind and type attributes define a digitalocean pipeline.
|
|
The steps
section defines a series of shell commands. These commands are executed on the remote digital ocean droplet. If any command returns a non-zero exit code, the pipeline fails and exits.
|
|