From 644c9253bea88627873891fe0f817493d0de427a Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Thu, 8 Feb 2024 03:54:29 +0100 Subject: [PATCH] add pipeline --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml 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