Compare commits

4 Commits

Author SHA1 Message Date
npease 2aa458e2d2 Update '.gitea/workflows/GiteaPages.yaml'
continuous-integration/drone/push Build is passing
2023-06-06 17:56:54 -09:00
npease dcf27e24b0 Add '.gitea/workflows/GiteaPages.yaml'
continuous-integration/drone/push Build is passing
Gitea Pages / Gitea-Pages (push) Successful in 6s
2023-06-06 17:55:26 -09:00
npease 2d3d3eeba1 Update '.drone.yml'
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-01-24 15:05:31 -10:00
npease 7d8bd804d5 Update '.drone.yml'
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing
2022-06-26 23:40:56 -04:00
2 changed files with 27 additions and 5 deletions
+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: |
{
+24
View File
@@ -0,0 +1,24 @@
kind: pipeline
name: default
clone:
disable: true
steps:
- name: gitea-pages
image: plugins/webhook
settings:
urls: http://192.168.0.201:11003/pages
content_type: application/json
template: |
{
"repo": "{{ repo.owner }}/{{ repo.name }}",
"branch": "master"
}
- name: update-url
image: plugins/webhook
settings:
urls: http://192.168.0.201:11003/changerepourl
content_type: application/json
template: |
{
"repo": "{{ repo.owner }}/{{ repo.name }}/"
}