Update '.drone.yml'

This commit is contained in:
2023-01-25 18:41:23 -10:00
parent 921539f73a
commit 49012b3b1a
+3 -3
View File
@@ -6,7 +6,7 @@ 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: |
{
@@ -17,10 +17,10 @@ steps:
- 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: |
{
"repo": "{{ repo.name }}",
"owner": "{{ repo.owner }}"
}
}