This commit is contained in:
parent
843b617468
commit
2e156880b8
1 changed files with 5 additions and 3 deletions
12
.woodpecker.yaml
Normal file
12
.woodpecker.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue