Add drone pusher - upgrade to Hugo 0.130.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
24
.drone.yml
Normal file
24
.drone.yml
Normal 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 ]
|
Reference in New Issue
Block a user