Aaron Riedel
2e156880b8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
308 B
YAML
12 lines
308 B
YAML
skip_clone: true
|
|
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/10/launch/"
|
|
when:
|
|
- branch: main
|
|
event: push
|