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

This commit is contained in:
Aaron Riedel 2024-10-10 19:55:30 +02:00
parent 3e1e92d8cc
commit 5729f76013
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,5 +1,4 @@
kind: pipeline
name: deploy
skip_clone: true
steps:
- name: awx
image: curlimages/curl
@ -9,7 +8,5 @@ steps:
commands:
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
when:
event:
- push
branch:
- main
- event: push
branch: main