From 0212098e2daee7e1d0b399ec25e9f2a85d0a37e6 Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 8 Sep 2021 23:51:23 +0200 Subject: [PATCH] initial commit --- .drone.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index 49585e0..d887db9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ clone: disable: false steps: -- name: testing-jekyll +- name: testing pull: always image: jekyll/jekyll:latest commands: @@ -18,23 +18,23 @@ steps: - bundle install - bundle exec jekyll build -- name: ssh commands - 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 +# - name: ssh commands +# 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 -- name: website +- name: running image: jekyll/jekyll:latest settings: TZ: Europe/Amsterdam