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

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
@ -7,4 +6,7 @@ steps:
TOKEN: TOKEN:
from_secret: AWX_TOKEN from_secret: AWX_TOKEN
commands: commands:
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/10/launch/" - "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