This commit is contained in:
parent
644c9253be
commit
714d62bd99
1 changed files with 4 additions and 1 deletions
|
@ -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/"
|
Loading…
Reference in a new issue