Updated build file
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
2022-06-16 11:10:42 -04:00
parent 632273b581
commit b4a39b922c
+6 -10
View File
@@ -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 }}"
}