add woodpecker pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3e1e92d8cc
commit
f9575da252
1 changed files with 2 additions and 6 deletions
15
.drone.yml
15
.drone.yml
|
@ -1,15 +0,0 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue