From d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:22:35 -0400 Subject: [PATCH 1/5] Updating registry path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6df741..ddc4003 100644 --- a/package.json +++ b/package.json @@ -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", -- 2.45.2 From ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:23:46 -0400 Subject: [PATCH 2/5] WIP --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cacb59d..6f77b97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 -- 2.45.2 From 027d1711ada5485bf7091f217bb5ce6e967c89b4 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:36:07 -0400 Subject: [PATCH 3/5] Removing bash_profile --- .bash_profile | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index ac94b8c..0000000 --- a/.bash_profile +++ /dev/null @@ -1 +0,0 @@ -source /nvm.sh -- 2.45.2 From d1a3b802938ee213c8d03867730ec260688b20e0 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:57:22 -0400 Subject: [PATCH 4/5] Using email alias --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6f77b97..773b956 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: username: admin password: from_secret: npm_password - email: brandon@watsonlabs.net + email: b.watson@watsonlabs.net registry: "http://linuxhost.me:4873/" when: event: -- 2.45.2 From b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 2 Jun 2021 21:58:35 -0400 Subject: [PATCH 5/5] Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 773b956..6f77b97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: username: admin password: from_secret: npm_password - email: b.watson@watsonlabs.net + email: brandon@watsonlabs.net registry: "http://linuxhost.me:4873/" when: event: -- 2.45.2