diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3a58d57 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,24 @@ +kind: pipeline +name: default + +clone: + disable: true + +steps: +- name: gitea-pages + image: plugins/webhook + settings: + urls: http://server1.nicholaspease.com:11003/pages + content_type: application/json + template: | + { + "repo": "{{ repo.name }}", + "owner": "{{ repo.owner }}", + "branch": "master" + } + +#- name: electron-build +# image: node +# commands: +# - npm install +# - npm exec electron-packager . AviationAssistantLink \ No newline at end of file