Updating to use gitea npm registry
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
0541680671
commit
32715c5092
32
.drone.yml
32
.drone.yml
@ -28,14 +28,14 @@ steps:
|
||||
- master
|
||||
|
||||
- name: publish pre
|
||||
image: plugins/npm:1.0.0
|
||||
settings:
|
||||
username:
|
||||
from_secret: npm_username
|
||||
password:
|
||||
from_secret: npm_password
|
||||
email: b.watson@watsonlabs.net
|
||||
registry: "http://10.44.1.6:4873/"
|
||||
image: node
|
||||
environment:
|
||||
token:
|
||||
from_secret: npm_token
|
||||
commands:
|
||||
- npm config set @watsonb8:registry https://gitea.watsonlabs.net/api/packages/watsonb8/npm/
|
||||
- npm config set -- '//gitea.watsonlabs.net/api/packages/watsonb8/npm/:_authToken' "$token"
|
||||
- npm publish
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
@ -46,14 +46,14 @@ steps:
|
||||
- master
|
||||
|
||||
- name: publish tagged version
|
||||
image: plugins/npm:1.0.0
|
||||
settings:
|
||||
username:
|
||||
from_secret: npm_username
|
||||
password:
|
||||
from_secret: npm_password
|
||||
email: b.watson@watsonlabs.net
|
||||
registry: "http://10.44.1.6:4873/"
|
||||
image: node
|
||||
environment:
|
||||
token:
|
||||
from_secret: npm_token
|
||||
commands:
|
||||
- npm config set @watsonb8:registry https://gitea.watsonlabs.net/api/packages/watsonb8/npm/
|
||||
- npm config set -- '//gitea.watsonlabs.net/api/packages/watsonb8/npm/:_authToken' "$token"
|
||||
- npm publish
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@watsonb8/homebridge-hue-chase",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "A Phillips Hue add on for creating chase sequences.",
|
||||
"main": "bin/index.js",
|
||||
"publishConfig": {
|
||||
"registry": "http://10.44.1.6:4873/"
|
||||
"registry": "https://gitea.watsonlabs.net"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
@ -37,4 +37,4 @@
|
||||
"homebridge": "^0.4.53",
|
||||
"typescript": "^4.5.4"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user