WIP
This commit is contained in:
parent
e1ac0a3a5b
commit
21e9f1de3d
@ -34,8 +34,10 @@ steps:
|
||||
from_secret: npm_username
|
||||
password:
|
||||
from_secret: npm_password
|
||||
token:
|
||||
from_secret: npm_token
|
||||
email: b.watson@watsonlabs.net
|
||||
registry: "http://10.44.1.6:4873/"
|
||||
registry: "https://gitea.watsonlabs.net"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
@ -52,6 +54,8 @@ steps:
|
||||
from_secret: npm_username
|
||||
password:
|
||||
from_secret: npm_password
|
||||
token:
|
||||
from_secret: npm_token
|
||||
email: b.watson@watsonlabs.net
|
||||
registry: "http://10.44.1.6:4873/"
|
||||
when:
|
||||
@ -92,7 +96,7 @@ steps:
|
||||
from_secret: ssh_key
|
||||
port: 22
|
||||
script:
|
||||
- npm install -g @watsonb8/homebridge-flux --registry http://10.44.1.6:4873
|
||||
- npm install -g @watsonb8/homebridge-flux --registry https://gitea.watsonlabs.net
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@watsonb8/homebridge-flux",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "",
|
||||
"main": "bin/index.js",
|
||||
"publishConfig": {
|
||||
"registry": "http://10.44.1.6:4873/"
|
||||
"registry": "https://gitea.watsonlabs.net"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
|
Loading…
Reference in New Issue
Block a user