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

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

View file

@ -3,5 +3,8 @@ name: deploy
steps:
- name: awx
image: curlimages/curl
environment:
TOKEN:
from_secret: AWX_TOKEN
commands:
- "curl -k -X POST -H \"Authorization: Bearer $AWX_TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/10/launch/"
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/10/launch/"