This commit is contained in:
parent
e2e7f29a40
commit
644c9253be
1 changed files with 7 additions and 0 deletions
7
.drone.yml
Normal file
7
.drone.yml
Normal 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/"
|
Loading…
Reference in a new issue