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 install
- npm run build - npm run build
- name: publish - name: deploy
image: plugins/npm image: node
settings: commands:
username: admin - npm publish
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]

View File

@ -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://linuxhost.me:4873/" "registry": "http://10.22.1.31:4873/"
}, },
"scripts": { "scripts": {
"build": "tsc --build", "build": "tsc --build",