diff --git a/.drone.yml b/.drone.yml index 0ef2c7c..fb87409 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ clone: disable: true steps: -- name: send +- name: gitea-pages image: plugins/webhook settings: urls: http://server1.nicholaspease.com:11003/pages @@ -16,9 +16,13 @@ steps: "owner": "{{ repo.owner }}", "branch": "main" } - -#- name: electron-build -# image: node -# commands: -# - npm install -# - npm exec electron-packager . AviationAssistantLink \ No newline at end of file +- name: update-url + image: plugins/webhook + settings: + urls: http://192.168.0.254:11003/changerepourl + content_type: application/json + template: | + { + "repo": "{{ repo.name }}", + "owner": "{{ repo.owner }}" + } \ No newline at end of file