change awx url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2025-03-11 13:06:46 +01:00
parent 5e56af2dd9
commit b22556df7d
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -9,7 +9,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/15/launch/"
when: when:
- branch: main - branch: main
event: push event: push