You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hugo-test/.drone.yml

31 lines
557 B
YAML

4 years ago
kind: pipeline
4 years ago
type: kubernetes
name: hugoweb
4 years ago
4 years ago
steps:
4 years ago
- name: submodules
4 years ago
image: alpine/git
commands:
4 years ago
- git submodule update --init --recursive
4 years ago
- name: hugo
4 years ago
image: plugins/hugo
4 years ago
settings:
4 years ago
validate: true
4 years ago
# hugo_version: 0.83.1
4 years ago
4 years ago
- name: deploy
image: drillster/drone-rsync
settings:
hosts:
- "10.0.100.5"
target: /volume
source: public/*
4 years ago
user: snowball77
recursive: true
4 years ago
port: "22"
4 years ago
args: "-v"
4 years ago
secrets: [rsync_key]
key:
from_secret: rsync_key