ansible/.drone.yml

16 lines
293 B
YAML
Raw Normal View History

2019-12-31 23:35:40 +00:00
kind: pipeline
name: default
steps:
- name: syntax
image: debian:10
commands:
- .drone/deps
- ansible-playbook -i hosts site.yml --syntax
- name: run
image: debian:10
commands:
- .drone/deps
2020-01-02 04:21:48 +00:00
- .drone/seds
2019-12-31 23:35:40 +00:00
- ansible-playbook -i hosts site.yml