service-ntfy/.drone.yml
Glenn Y. Rolland afbcb3dd74
Some checks failed
continuous-integration/drone Build is failing
ci: Add initial pipeline
2023-01-15 23:31:19 +01:00

15 lines
192 B
YAML

---
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username: kevinbacon
password: pa55word
repo: foo/bar
tags: latest
#