Updated build file
This commit is contained in:
+6
-10
@@ -12,21 +12,17 @@ steps:
|
||||
content_type: application/json
|
||||
template: |
|
||||
{
|
||||
"repo": "{{ repo.owner }}",
|
||||
"repo": "{{ repo.name }}",
|
||||
"owner": "{{ repo.owner }}",
|
||||
"branch": "master"
|
||||
}
|
||||
- name: update-url
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
urls: https://192.168.0.254:2000/api/v1/LAX18/lax18.github.io
|
||||
urls: http://192.168.0.254:11003/changerepourl
|
||||
content_type: application/json
|
||||
method: PATCH
|
||||
debug: true
|
||||
template:
|
||||
template: |
|
||||
{
|
||||
"website": "https://server1.nicholaspease.com/pages/{{ repo.owner }}/{{ repo.name }}"
|
||||
}
|
||||
skip_verify: true
|
||||
headers:
|
||||
access_token: ["testing"]
|
||||
"repo": "{{ repo.name }}",
|
||||
"owner": "{{ repo.owner }}"
|
||||
}
|
||||
Reference in New Issue
Block a user