shcloud/.drone.yml
Aaron Riedel 49cbb7ff27
All checks were successful
continuous-integration/drone/push Build is passing
run pipeline only on main pushes CISKIP
2024-03-25 12:13:06 +01:00

15 lines
No EOL
326 B
YAML

kind: pipeline
name: deploy
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:
event:
- push
branch:
- main