chore: add .drone.yml as per #1
* to be added: private key as a secret to drone
This commit is contained in:
parent
1a536f8618
commit
f6b01875d3
10
.drone.yml
Normal file
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
|
Loading…
Reference in New Issue
Block a user