From 2d3d3eeba19b02100d26046f6b626485c53e9e8b Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Tue, 24 Jan 2023 15:05:31 -1000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0b8d922..799b7ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,25 +1,23 @@ kind: pipeline name: default - clone: disable: true - steps: - name: gitea-pages image: plugins/webhook settings: - urls: http://192.168.0.254:11003/pages + urls: http://192.168.0.201:11003/pages content_type: application/json template: | { "repo": "{{ repo.name }}", "owner": "{{ repo.owner }}", "branch": "master" - } + } - name: update-url image: plugins/webhook settings: - urls: http://192.168.0.254:11003/changerepourl + urls: http://192.168.0.201:11003/changerepourl content_type: application/json template: | {