homebridge-harmony-control/.drone.yml

140 lines
3.0 KiB
YAML
Raw Normal View History

2021-05-31 23:15:28 +00:00
kind: pipeline
type: docker
name: default
2021-05-31 23:36:50 +00:00
clone:
disable: true
2022-01-07 21:16:15 +00:00
node:
lan: internal
2021-05-31 23:15:28 +00:00
steps:
2021-05-31 23:32:06 +00:00
- name: clone
image: alpine/git
commands:
2021-05-31 23:32:58 +00:00
- git clone https://gitea.watsonlabs.net/watsonb8/homebridge-harmony-control.git .
2021-05-31 23:32:06 +00:00
- git checkout $DRONE_COMMIT
2021-05-31 23:15:28 +00:00
- name: build
image: node
commands:
- npm install
- npm run build
2021-06-03 00:54:21 +00:00
Squashed commit of the following: commit 93132ab8684436e48ae05165193d88ee22f40ced Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:40:00 2021 -0400 excluding publishing on PRs commit 496dd42cfda82308185eb7cd52a300a7484d9053 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:38:37 2021 -0400 Only publishing master branch commit 57e82789fbe3de9a0da2d87a30dd01b3736d1478 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:36:16 2021 -0400 WIP commit ecc54ad3c30a0f6e781561787f74bdd2b556fc17 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:35:29 2021 -0400 WIP commit 6d3cd651be3a5aeae97a3aa94901c8eb97c05591 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:30:18 2021 -0400 Attempting to use drone commit in preid commit c60387a98746f1fb5dbd4244fedfed95e065a1ef Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:46 2021 -0400 Adding sequence file commit d8a5e7541d437d8208c75a4ba80f34bfc572194a Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:11 2021 -0400 Prettier commit 34fcc1df1aa2aa954e647e62e3ccfebbc0b9dc9e Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:14:33 2021 -0400 Updating pre-release command commit 6c8ce2116477214ba1e09a9a97a190b0b4633dc8 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:03:41 2021 -0400 Updating drone config commit b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:58:35 2021 -0400 Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. commit d1a3b802938ee213c8d03867730ec260688b20e0 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:57:22 2021 -0400 Using email alias commit 027d1711ada5485bf7091f217bb5ce6e967c89b4 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:36:07 2021 -0400 Removing bash_profile commit ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:23:46 2021 -0400 WIP commit d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:22:35 2021 -0400 Updating registry path
2021-06-08 00:46:30 +00:00
- name: version
image: node
commands:
- export version=`node -p "require('./package.json').version"`
- export commit=`echo $DRONE_COMMIT | cut -c1-5`
- npm version prerelease --preid=$commit --git-tag-version=false --allow-same-version=true
when:
event:
exclude:
- tag
- pull_request
Squashed commit of the following: commit bccadde36f8df34ce9bfd96f73f39428af5c4b14 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:48:46 2021 -0400 Using correct branch inclusion commit 93132ab8684436e48ae05165193d88ee22f40ced Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:40:00 2021 -0400 excluding publishing on PRs commit 496dd42cfda82308185eb7cd52a300a7484d9053 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:38:37 2021 -0400 Only publishing master branch commit 57e82789fbe3de9a0da2d87a30dd01b3736d1478 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:36:16 2021 -0400 WIP commit ecc54ad3c30a0f6e781561787f74bdd2b556fc17 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:35:29 2021 -0400 WIP commit 6d3cd651be3a5aeae97a3aa94901c8eb97c05591 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:30:18 2021 -0400 Attempting to use drone commit in preid commit c60387a98746f1fb5dbd4244fedfed95e065a1ef Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:46 2021 -0400 Adding sequence file commit d8a5e7541d437d8208c75a4ba80f34bfc572194a Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:11 2021 -0400 Prettier commit 34fcc1df1aa2aa954e647e62e3ccfebbc0b9dc9e Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:14:33 2021 -0400 Updating pre-release command commit 6c8ce2116477214ba1e09a9a97a190b0b4633dc8 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:03:41 2021 -0400 Updating drone config commit b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:58:35 2021 -0400 Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. commit d1a3b802938ee213c8d03867730ec260688b20e0 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:57:22 2021 -0400 Using email alias commit 027d1711ada5485bf7091f217bb5ce6e967c89b4 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:36:07 2021 -0400 Removing bash_profile commit ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:23:46 2021 -0400 WIP commit d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:22:35 2021 -0400 Updating registry path
2021-06-08 00:49:45 +00:00
branch:
Squashed commit of the following: commit 93132ab8684436e48ae05165193d88ee22f40ced Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:40:00 2021 -0400 excluding publishing on PRs commit 496dd42cfda82308185eb7cd52a300a7484d9053 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:38:37 2021 -0400 Only publishing master branch commit 57e82789fbe3de9a0da2d87a30dd01b3736d1478 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:36:16 2021 -0400 WIP commit ecc54ad3c30a0f6e781561787f74bdd2b556fc17 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:35:29 2021 -0400 WIP commit 6d3cd651be3a5aeae97a3aa94901c8eb97c05591 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:30:18 2021 -0400 Attempting to use drone commit in preid commit c60387a98746f1fb5dbd4244fedfed95e065a1ef Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:46 2021 -0400 Adding sequence file commit d8a5e7541d437d8208c75a4ba80f34bfc572194a Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:11 2021 -0400 Prettier commit 34fcc1df1aa2aa954e647e62e3ccfebbc0b9dc9e Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:14:33 2021 -0400 Updating pre-release command commit 6c8ce2116477214ba1e09a9a97a190b0b4633dc8 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:03:41 2021 -0400 Updating drone config commit b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:58:35 2021 -0400 Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. commit d1a3b802938ee213c8d03867730ec260688b20e0 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:57:22 2021 -0400 Using email alias commit 027d1711ada5485bf7091f217bb5ce6e967c89b4 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:36:07 2021 -0400 Removing bash_profile commit ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:23:46 2021 -0400 WIP commit d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:22:35 2021 -0400 Updating registry path
2021-06-08 00:46:30 +00:00
include:
- master
- name: publish pre
2023-01-27 22:17:58 +00:00
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
Squashed commit of the following: commit 93132ab8684436e48ae05165193d88ee22f40ced Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:40:00 2021 -0400 excluding publishing on PRs commit 496dd42cfda82308185eb7cd52a300a7484d9053 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:38:37 2021 -0400 Only publishing master branch commit 57e82789fbe3de9a0da2d87a30dd01b3736d1478 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:36:16 2021 -0400 WIP commit ecc54ad3c30a0f6e781561787f74bdd2b556fc17 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:35:29 2021 -0400 WIP commit 6d3cd651be3a5aeae97a3aa94901c8eb97c05591 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:30:18 2021 -0400 Attempting to use drone commit in preid commit c60387a98746f1fb5dbd4244fedfed95e065a1ef Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:46 2021 -0400 Adding sequence file commit d8a5e7541d437d8208c75a4ba80f34bfc572194a Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:11 2021 -0400 Prettier commit 34fcc1df1aa2aa954e647e62e3ccfebbc0b9dc9e Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:14:33 2021 -0400 Updating pre-release command commit 6c8ce2116477214ba1e09a9a97a190b0b4633dc8 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:03:41 2021 -0400 Updating drone config commit b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:58:35 2021 -0400 Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. commit d1a3b802938ee213c8d03867730ec260688b20e0 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:57:22 2021 -0400 Using email alias commit 027d1711ada5485bf7091f217bb5ce6e967c89b4 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:36:07 2021 -0400 Removing bash_profile commit ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:23:46 2021 -0400 WIP commit d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:22:35 2021 -0400 Updating registry path
2021-06-08 00:46:30 +00:00
when:
event:
exclude:
- tag
- pull_request
Squashed commit of the following: commit bccadde36f8df34ce9bfd96f73f39428af5c4b14 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:48:46 2021 -0400 Using correct branch inclusion commit 93132ab8684436e48ae05165193d88ee22f40ced Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:40:00 2021 -0400 excluding publishing on PRs commit 496dd42cfda82308185eb7cd52a300a7484d9053 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:38:37 2021 -0400 Only publishing master branch commit 57e82789fbe3de9a0da2d87a30dd01b3736d1478 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:36:16 2021 -0400 WIP commit ecc54ad3c30a0f6e781561787f74bdd2b556fc17 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:35:29 2021 -0400 WIP commit 6d3cd651be3a5aeae97a3aa94901c8eb97c05591 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:30:18 2021 -0400 Attempting to use drone commit in preid commit c60387a98746f1fb5dbd4244fedfed95e065a1ef Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:46 2021 -0400 Adding sequence file commit d8a5e7541d437d8208c75a4ba80f34bfc572194a Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:11 2021 -0400 Prettier commit 34fcc1df1aa2aa954e647e62e3ccfebbc0b9dc9e Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:14:33 2021 -0400 Updating pre-release command commit 6c8ce2116477214ba1e09a9a97a190b0b4633dc8 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:03:41 2021 -0400 Updating drone config commit b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:58:35 2021 -0400 Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. commit d1a3b802938ee213c8d03867730ec260688b20e0 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:57:22 2021 -0400 Using email alias commit 027d1711ada5485bf7091f217bb5ce6e967c89b4 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:36:07 2021 -0400 Removing bash_profile commit ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:23:46 2021 -0400 WIP commit d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:22:35 2021 -0400 Updating registry path
2021-06-08 00:49:45 +00:00
branch:
Squashed commit of the following: commit 93132ab8684436e48ae05165193d88ee22f40ced Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:40:00 2021 -0400 excluding publishing on PRs commit 496dd42cfda82308185eb7cd52a300a7484d9053 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:38:37 2021 -0400 Only publishing master branch commit 57e82789fbe3de9a0da2d87a30dd01b3736d1478 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:36:16 2021 -0400 WIP commit ecc54ad3c30a0f6e781561787f74bdd2b556fc17 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:35:29 2021 -0400 WIP commit 6d3cd651be3a5aeae97a3aa94901c8eb97c05591 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:30:18 2021 -0400 Attempting to use drone commit in preid commit c60387a98746f1fb5dbd4244fedfed95e065a1ef Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:46 2021 -0400 Adding sequence file commit d8a5e7541d437d8208c75a4ba80f34bfc572194a Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:11 2021 -0400 Prettier commit 34fcc1df1aa2aa954e647e62e3ccfebbc0b9dc9e Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:14:33 2021 -0400 Updating pre-release command commit 6c8ce2116477214ba1e09a9a97a190b0b4633dc8 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:03:41 2021 -0400 Updating drone config commit b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:58:35 2021 -0400 Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. commit d1a3b802938ee213c8d03867730ec260688b20e0 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:57:22 2021 -0400 Using email alias commit 027d1711ada5485bf7091f217bb5ce6e967c89b4 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:36:07 2021 -0400 Removing bash_profile commit ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:23:46 2021 -0400 WIP commit d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:22:35 2021 -0400 Updating registry path
2021-06-08 00:46:30 +00:00
include:
- master
- name: publish tagged version
2023-01-27 22:17:58 +00:00
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
2021-06-03 00:54:21 +00:00
when:
event:
- tag
Squashed commit of the following: commit 93132ab8684436e48ae05165193d88ee22f40ced Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:40:00 2021 -0400 excluding publishing on PRs commit 496dd42cfda82308185eb7cd52a300a7484d9053 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:38:37 2021 -0400 Only publishing master branch commit 57e82789fbe3de9a0da2d87a30dd01b3736d1478 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:36:16 2021 -0400 WIP commit ecc54ad3c30a0f6e781561787f74bdd2b556fc17 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:35:29 2021 -0400 WIP commit 6d3cd651be3a5aeae97a3aa94901c8eb97c05591 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:30:18 2021 -0400 Attempting to use drone commit in preid commit c60387a98746f1fb5dbd4244fedfed95e065a1ef Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:46 2021 -0400 Adding sequence file commit d8a5e7541d437d8208c75a4ba80f34bfc572194a Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:16:11 2021 -0400 Prettier commit 34fcc1df1aa2aa954e647e62e3ccfebbc0b9dc9e Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:14:33 2021 -0400 Updating pre-release command commit 6c8ce2116477214ba1e09a9a97a190b0b4633dc8 Author: Brandon Watson <watsonb8133@gmail.com> Date: Mon Jun 7 20:03:41 2021 -0400 Updating drone config commit b6d9317a1e4ff2056fb5efd48a8f02a7b1d35a64 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:58:35 2021 -0400 Revert "Using email alias" This reverts commit d1a3b802938ee213c8d03867730ec260688b20e0. commit d1a3b802938ee213c8d03867730ec260688b20e0 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:57:22 2021 -0400 Using email alias commit 027d1711ada5485bf7091f217bb5ce6e967c89b4 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:36:07 2021 -0400 Removing bash_profile commit ed06d7ecd0ccf8fb9651c8ba2a879c2abe1d2828 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:23:46 2021 -0400 WIP commit d3c37b18b9576b9d485d80c7923e92dfcb2fe808 Author: Brandon Watson <watsonb8133@gmail.com> Date: Wed Jun 2 21:22:35 2021 -0400 Updating registry path
2021-06-08 00:46:30 +00:00
exclude:
- pull_request
2022-01-07 21:48:45 +00:00
- name: remove old package
image: appleboy/drone-ssh
environment:
SSH_USER:
from_secret: ssh_user
settings:
host: homebridge.me
envs:
- SSH_USER
username:
from_secret: ssh_user
key:
from_secret: ssh_key
port: 22
script:
- rm -r /home/$SSH_USER/.npm-global/lib/node_modules/@watsonb8/homebridge-harmony-control
when:
event:
- tag
exclude:
- pull_request
2021-06-03 01:20:09 +00:00
2022-01-07 21:16:15 +00:00
- name: deploy
image: appleboy/drone-ssh
settings:
host: homebridge.me
username:
from_secret: ssh_user
key:
from_secret: ssh_key
port: 22
script:
2022-01-07 21:22:38 +00:00
- npm install -g @watsonb8/homebridge-harmony-control --registry http://10.44.1.6:4873
2022-01-07 21:16:15 +00:00
when:
event:
- tag
exclude:
- pull_request
2022-01-07 21:38:49 +00:00
- name: restart homebridge
image: appleboy/drone-ssh
settings:
host: homebridge.me
username:
from_secret: elevated_ssh_user
key:
from_secret: ssh_key
port: 22
script:
- systemctl restart homebridge
when:
event:
- tag
exclude:
- pull_request
2021-12-22 05:24:18 +00:00
- name: Notify
image: drillster/drone-email
settings:
host: 10.44.1.13
username: srvGitea
password:
from_secret: smtp_password
from: drone@watsonlabs.net
skip_verify: true
when:
status:
- failure