diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..02f5a8d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +name: deploy +steps: + - name: awx + image: curlimages/curl + environment: + TOKEN: + from_secret: AWX_TOKEN + commands: + - "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/" \ No newline at end of file