woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-10 21:27:22 +02:00
parent 843b617468
commit 2e156880b8
Signed by: aaron
GPG key ID: 643004654D40D577

12
.woodpecker.yaml Normal file
View 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