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 install
- git lfs pull - git lfs pull
- name: build - name: build
image: plugins/hugo image: pimvanpelt/drone-hugo
settings: settings:
hugo_version: 0.79.0 hugo_version: 0.101.0
extended: true extended: true
validate: true # - name: rsync
- name: rsync # image: drillster/drone-rsync
image: drillster/drone-rsync # settings:
settings: # user: drone
user: drone # key:
key: # from_secret: drone_sshkey
from_secret: drone_sshkey # hosts:
hosts: # - nginx0.chrma0.net.ipng.ch
- nginx0.chrma0.net.ipng.ch # - nginx0.chplo0.net.ipng.ch
- nginx0.chplo0.net.ipng.ch # - nginx0.nlams1.net.ipng.ch
- nginx0.nlams1.net.ipng.ch # - nginx0.nlams2.net.ipng.ch
- nginx0.nlams2.net.ipng.ch # port: 22
port: 22 # args: '-6'
args: '-6' # source: public/
source: public/ # target: /var/www/ipng.ch/
target: /var/www/ipng.ch/ # delete: true
delete: true # recursive: true
recursive: true # secrets: [ drone_sshkey ]
secrets: [ drone_sshkey ]