Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fca13ca90f | |||
| a4e646964c | |||
| aab606053f | |||
| edfe834a8f | |||
| 296129c0d7 |
+11
-7
@@ -8,7 +8,7 @@ steps:
|
|||||||
- name: gitea-pages
|
- name: gitea-pages
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
settings:
|
settings:
|
||||||
urls: http://server1.nicholaspease.com:11003/pages
|
urls: http://192.168.0.254:11003/pages
|
||||||
content_type: application/json
|
content_type: application/json
|
||||||
template: |
|
template: |
|
||||||
{
|
{
|
||||||
@@ -16,9 +16,13 @@ steps:
|
|||||||
"owner": "{{ repo.owner }}",
|
"owner": "{{ repo.owner }}",
|
||||||
"branch": "master"
|
"branch": "master"
|
||||||
}
|
}
|
||||||
|
- name: update-url
|
||||||
#- name: electron-build
|
image: plugins/webhook
|
||||||
# image: node
|
settings:
|
||||||
# commands:
|
urls: http://192.168.0.254:11003/changerepourl
|
||||||
# - npm install
|
content_type: application/json
|
||||||
# - npm exec electron-packager . AviationAssistantLink
|
template: |
|
||||||
|
{
|
||||||
|
"repo": "{{ repo.name }}",
|
||||||
|
"owner": "{{ repo.owner }}"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user