diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e169f55 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +--- +- name: apply ansible playbook + image: plugins/ansible:1 + settings: + playbook: syncpush.yml + inventory: hosts + when: + event: + - push + - tag