Aaron Riedel
e8e46f7daf
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
No EOL
279 B
YAML
10 lines
No EOL
279 B
YAML
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/" |