feature/drone (#4)
All checks were successful
continuous-integration/drone/push Build is passing

Revert "Using email alias"

This reverts commit d1a3b80293.

Using email alias

Removing bash_profile

WIP

Updating registry path

Co-authored-by: Brandon Watson <watsonb8133@gmail.com>
Reviewed-on: http://gitea.watsonlabs.net/watsonb8/homebridge-harmony-control/pulls/4
This commit is contained in:
Brandon Watson 2021-06-02 21:59:52 -04:00
parent 5a8b03a038
commit 2612f61082
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",