period3.xyz/.drone.yml

11 lines
139 B
YAML

kind: pipeline
type: docker
name: hello
steps:
- name: install
image: ubuntu
commands:
- apt-get update
- apt-get install ssh -qq