Created
October 9, 2019 13:03
-
-
Save tboerger/f9cdfcd46e83f14f9e0bdc9c85b99e12 to your computer and use it in GitHub Desktop.
Drone YAML example for Digital Ocean runner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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