Compare commits
No commits in common. "d3c37b18b9576b9d485d80c7923e92dfcb2fe808" and "810431d82bb23e4959351df1389358327614dc76" have entirely different histories.
d3c37b18b9
...
810431d82b
22
.drone.yml
22
.drone.yml
@ -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]
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user