Skip to content

Instantly share code, notes, and snippets.

@tboerger
Created October 9, 2019 13:03
Show Gist options
  • Save tboerger/f9cdfcd46e83f14f9e0bdc9c85b99e12 to your computer and use it in GitHub Desktop.
Save tboerger/f9cdfcd46e83f14f9e0bdc9c85b99e12 to your computer and use it in GitHub Desktop.
Drone YAML example for Digital Ocean runner
---
kind: pipeline
type: digitalocean
name: default
token:
from_secret: token
server:
image: docker-18-04
size: s-1vcpu-1gb
region: nyc1
steps:
- name: greeting
commands:
- echo hello world
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment