Update '.drone.yml'
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-24 15:05:43 -10:00
parent b4a39b922c
commit def030367e
+3 -5
View File
@@ -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: |
{