diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..03fe54f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: docker +name: provision devices + +steps: + - name: build + image: python:alpine + commands: + - pip install pipenv + - python3 -m pipenv install + - python3 -m pipenv shell + - ansible-playook playbook.yaml -i inventory.yaml \ No newline at end of file