feature/drone #4

Merged
watsonb8 merged 5 commits from feature/drone into master 2021-06-03 01:59:52 +00:00
3 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
source /nvm.sh

View File

@ -25,7 +25,7 @@ steps:
password:
from_secret: npm_password
email: brandon@watsonlabs.net
registry: "http://linuxhost.me:4873"
registry: "http://linuxhost.me:4873/"
when:
event:
- tag

View File

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