Try pimvanpelt/drone-hugo at 0.101.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 17:59:42 +02:00
parent b09f7437b2
commit de61265f82

View File

@ -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 ]