Compare commits

..

No commits in common. "d3c37b18b9576b9d485d80c7923e92dfcb2fe808" and "810431d82bb23e4959351df1389358327614dc76" have entirely different histories.

2 changed files with 5 additions and 19 deletions

View File

@ -18,24 +18,10 @@ steps:
- npm install
- npm run build
- name: publish
image: plugins/npm
settings:
username: admin
password:
from_secret: npm_password
email: brandon@watsonlabs.net
registry: "http://linuxhost.me:4873"
- name: deploy
image: node
commands:
- npm publish
when:
event:
- tag
notify:
image: drillster/drone-email
host: smtp.watsonlabs.net
username: srvGitea
password:
from_secret: smtp_password
from: drone@watsonlabs.net
when:
status: [failure]

View File

@ -4,7 +4,7 @@
"description": "Homebridge platform to control smart home equipment by room.",
"main": "bin/index.js",
"publishConfig": {
"registry": "http://linuxhost.me:4873/"
"registry": "http://10.22.1.31:4873/"
},
"scripts": {
"build": "tsc --build",