From 2b34f97d8cc46612d90fa924906160f94399d0b3 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 4 Sep 2021 14:46:47 +0200 Subject: [PATCH] initial commit --- .drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index eb50550..0199d29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,21 +10,21 @@ pipeline: - bundle install - bundle exec jekyll build - ssh-cmnd: - image: appleboy/drone-ssh - settings: - host: - from_secret: homelab_host - username: - from_secret: homelab_user - key: - from_secret: homelab_pwd - port: 22 - script: - - bash ~/scripts/sthopedevupdate - when: - status: - - success + # ssh-cmnd: + # image: appleboy/drone-ssh + # settings: + # host: + # from_secret: homelab_host + # username: + # from_secret: homelab_user + # key: + # from_secret: homelab_pwd + # port: 22 + # script: + # - bash ~/scripts/sthopedevupdate + # when: + # status: + # - success discord: image: appleboy/drone-discord