Files
wake-on-lan-service/.drone.yml
Dan Helfman 25d08f9834
Some checks failed
continuous-integration/drone/push Build is failing
Auth not working.
2022-08-01 10:38:56 -07:00

24 lines
378 B
YAML

kind: pipeline
name: documentation
clone:
skip_verify: true
steps:
- name: build
image: plugins/docker
settings:
registry: projects.torsion.org
repo: projects.torsion.org/witten/wake-on-lan-service
username: witten
password:
from_secret: docker_password
trigger:
repo:
- witten/wake-on-lan-service
branch:
- master
event:
- push