chore: add .drone.yml as per #1

* to be added: private key as a secret to drone
This commit is contained in:
surtur 2020-11-21 20:36:54 +01:00
parent 1a536f8618
commit f6b01875d3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

10
.drone.yml Normal file

@ -0,0 +1,10 @@
---
- name: apply ansible playbook
image: plugins/ansible:1
settings:
playbook: syncpush.yml
inventory: hosts
when:
event:
- push
- tag