2024-10-10 19:55:30 +02:00
|
|
|
skip_clone: true
|
2024-03-25 12:11:01 +01:00
|
|
|
steps:
|
|
|
|
- name: awx
|
|
|
|
image: curlimages/curl
|
|
|
|
environment:
|
|
|
|
TOKEN:
|
|
|
|
from_secret: AWX_TOKEN
|
|
|
|
commands:
|
2024-03-25 12:12:50 +01:00
|
|
|
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
|
|
|
|
when:
|
2024-10-10 19:55:30 +02:00
|
|
|
- event: push
|
|
|
|
branch: main
|