add pipeline (closes #27)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-03-25 12:11:01 +01:00
parent 72b7127066
commit e8e46f7daf
Signed by: aaron
GPG key ID: 643004654D40D577

10
.drone.yml Normal file
View file

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