From 503b4c9d59b268a4f02f88977a8cfc3fcf16e65c Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 22 Dec 2021 15:51:54 -0500 Subject: [PATCH] Removing deployment step --- .drone.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 020699f..8b77022 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,26 +65,6 @@ steps: exclude: - pull_request - - name: deploy - image: appleboy/drone-ssh - settings: - host: 10.22.1.9 - username: - from_secret: ssh_user - key: - from_secret: ssh_key - port: 22 - script: - - echo "asdf" - - npm install -g @watsonb8/homebridge-harmony-control --registry http://10.44.1.6:4873 - when: - event: - exclude: - - pull_request - branch: - include: - - master - - name: Notify image: drillster/drone-email settings: