This commit is contained in:
parent
843b617468
commit
2e156880b8
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
kind: pipeline
|
||||
name: deploy
|
||||
skip_clone: true
|
||||
steps:
|
||||
- name: awx
|
||||
image: curlimages/curl
|
||||
|
@ -7,4 +6,7 @@ steps:
|
|||
TOKEN:
|
||||
from_secret: AWX_TOKEN
|
||||
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/10/launch/"
|
||||
when:
|
||||
- branch: main
|
||||
event: push
|
Loading…
Reference in a new issue