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
|
||||
name: deploy
|
||||
skip_clone: true
|
||||
steps:
|
||||
- name: awx
|
||||
image: curlimages/curl
|
||||
|
@ -9,7 +8,5 @@ steps:
|
|||
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
|
||||
- event: push
|
||||
branch: main
|
Loading…
Reference in a new issue