alias/.woodpecker.yaml

16 lines
338 B
YAML
Raw Normal View History

2024-10-16 22:30:47 +02:00
---
labels:
backend: docker
2024-10-10 21:27:22 +02:00
skip_clone: true
2024-02-08 03:54:29 +01:00
steps:
- name: awx
image: curlimages/curl
2024-02-08 03:57:00 +01:00
environment:
TOKEN:
from_secret: AWX_TOKEN
2024-02-08 03:54:29 +01:00
commands:
2024-10-10 21:27:22 +02:00
- "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