shcloud/.woodpecker.yaml

13 lines
308 B
YAML
Raw Normal View History

2024-10-10 19:55:30 +02:00
skip_clone: true
2024-03-25 12:11:01 +01:00
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/13/launch/"
when:
2024-10-10 19:55:30 +02:00
- event: push
branch: main