All checks were successful
continuous-integration/drone/push Build is passing
34 lines
767 B
YAML
34 lines
767 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: git-lfs
|
|
image: alpine/git
|
|
commands:
|
|
# - git submodule update --init --recursive --remote
|
|
- git lfs install
|
|
- git lfs pull
|
|
- name: build
|
|
image: pimvanpelt/drone-hugo
|
|
settings:
|
|
hugo_version: 0.101.0
|
|
extended: 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 ]
|