shcloud/.woodpecker.yaml
Aaron Riedel f88d3828c3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update to allow multiple games
2025-04-15 18:05:36 +02:00

12 lines
308 B
YAML

skip_clone: true
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/16/launch/"
when:
- event: push
branch: main