diff --git a/.drone.yml b/.drone.yml index b72d232..f02c897 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,18 +16,13 @@ steps: "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"] \ No newline at end of file + "repo": "{{ repo.name }}", + "owner": "{{ repo.owner }}" + } \ No newline at end of file