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
5729f76013
1 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
kind: pipeline
|
skip_clone: true
|
||||||
name: deploy
|
|
||||||
steps:
|
steps:
|
||||||
- name: awx
|
- name: awx
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
|
@ -9,7 +8,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
|
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
|
||||||
when:
|
when:
|
||||||
event:
|
- event: push
|
||||||
- push
|
branch: main
|
||||||
branch:
|
|
||||||
- main
|
|
Loading…
Reference in a new issue