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