From de61265f821e8ce2f808f52a6b0a2384b621585c Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 5 Aug 2024 17:59:42 +0200 Subject: [PATCH] Try pimvanpelt/drone-hugo at 0.101.0 --- .drone.yml | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3768758..c6fc4a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,27 +9,25 @@ steps: - git lfs install - git lfs pull - name: build - image: plugins/hugo + image: pimvanpelt/drone-hugo settings: - hugo_version: 0.79.0 + hugo_version: 0.101.0 extended: true - validate: true - - name: rsync - image: drillster/drone-rsync - settings: - user: drone - key: - from_secret: drone_sshkey - hosts: - - nginx0.chrma0.net.ipng.ch - - nginx0.chplo0.net.ipng.ch - - nginx0.nlams1.net.ipng.ch - - nginx0.nlams2.net.ipng.ch - port: 22 - args: '-6' - source: public/ - target: /var/www/ipng.ch/ - delete: true - recursive: true - secrets: [ drone_sshkey ] - +# - name: rsync +# image: drillster/drone-rsync +# settings: +# user: drone +# key: +# from_secret: drone_sshkey +# hosts: +# - nginx0.chrma0.net.ipng.ch +# - nginx0.chplo0.net.ipng.ch +# - nginx0.nlams1.net.ipng.ch +# - nginx0.nlams2.net.ipng.ch +# port: 22 +# args: '-6' +# source: public/ +# target: /var/www/ipng.ch/ +# delete: true +# recursive: true +# secrets: [ drone_sshkey ]