diff --git a/.drone.yml b/.drone.yml index d065b4b..cb597bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,14 @@ pipeline: - build: + quality: image: williamyeh/ansible:debian8 commands: - ansible-playbook -vvv playbook.yml -i hosts --syntax-check + syntaxcheck: + image: publysher/hugo + commands: + - cd site; ./build/build.sh + deploy: image: williamyeh/ansible:debian8 secrets: [ ssh_key ]