add pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-08 03:54:29 +01:00
parent e2e7f29a40
commit 644c9253be
Signed by: aaron
GPG key ID: 643004654D40D577

7
.drone.yml Normal file
View file

@ -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/"