Add drone pusher - upgrade to Hugo 0.130.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-06 13:20:33 +02:00
parent 00a0722456
commit ee372f9435

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
kind: pipeline
name: default
steps:
- name: build
image: pimvanpelt/drone-hugo:release-0.130.0
settings:
hugo_version: 0.130.0
extended: true
- name: rsync
image: drillster/drone-rsync
settings:
user: pap
key:
from_secret: drone_sshkey
hosts:
- srv01.hpdw.nl
port: 22
args: '-6'
source: public/
target: /var/www/htdocs/pap/nyla/
delete: true
recursive: true
secrets: [ drone_sshkey ]