Compare commits
5 Commits
810431d82b
...
d3c37b18b9
Author | SHA1 | Date | |
---|---|---|---|
|
d3c37b18b9 | ||
|
5a8b03a038 | ||
|
6c363f8d8c | ||
|
cea0c3f1cf | ||
|
2b13f78a0d |
22
.drone.yml
22
.drone.yml
@ -18,10 +18,24 @@ steps:
|
|||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
- name: deploy
|
- name: publish
|
||||||
image: node
|
image: plugins/npm
|
||||||
commands:
|
settings:
|
||||||
- npm publish
|
username: admin
|
||||||
|
password:
|
||||||
|
from_secret: npm_password
|
||||||
|
email: brandon@watsonlabs.net
|
||||||
|
registry: "http://linuxhost.me:4873"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
notify:
|
||||||
|
image: drillster/drone-email
|
||||||
|
host: smtp.watsonlabs.net
|
||||||
|
username: srvGitea
|
||||||
|
password:
|
||||||
|
from_secret: smtp_password
|
||||||
|
from: drone@watsonlabs.net
|
||||||
|
when:
|
||||||
|
status: [failure]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"description": "Homebridge platform to control smart home equipment by room.",
|
"description": "Homebridge platform to control smart home equipment by room.",
|
||||||
"main": "bin/index.js",
|
"main": "bin/index.js",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "http://10.22.1.31:4873/"
|
"registry": "http://linuxhost.me:4873/"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --build",
|
"build": "tsc --build",
|
||||||
|
Loading…
Reference in New Issue
Block a user