update build file
This commit is contained in:
+11
-7
@@ -5,7 +5,7 @@ clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: send
|
||||
- name: gitea-pages
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
urls: http://server1.nicholaspease.com:11003/pages
|
||||
@@ -16,9 +16,13 @@ steps:
|
||||
"owner": "{{ repo.owner }}",
|
||||
"branch": "main"
|
||||
}
|
||||
|
||||
#- name: electron-build
|
||||
# image: node
|
||||
# commands:
|
||||
# - npm install
|
||||
# - npm exec electron-packager . AviationAssistantLink
|
||||
- name: update-url
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
urls: http://192.168.0.254:11003/changerepourl
|
||||
content_type: application/json
|
||||
template: |
|
||||
{
|
||||
"repo": "{{ repo.name }}",
|
||||
"owner": "{{ repo.owner }}"
|
||||
}
|
||||
Reference in New Issue
Block a user