Update '.drone.yml'
This commit is contained in:
+3
-3
@@ -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 }}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user