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