www/.drone.yml
Simon Marsh 86fbf71ece
Some checks failed
continuous-integration/drone/push Build is failing
Add drone
2020-08-21 22:21:22 +01:00

15 lines
141 B
YAML

---
kind: pipeline
type: exec
name: deploy
steps:
- name: rsync
commands:
- ./push.sh
when:
branch: master
event: push