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

24 lines
456 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
image: cbrgm/drone-hugo:latest
settings:
4 years ago
validate: true
hugo_version: 0.83
url: https://seuh2022.sqa.freeddns.org/
4 years ago
- name: deploy
image: drillster/drone-rsync
settings:
hosts:
- "10.0.100.5"
target: /volume
source: public/*
user: "snowball77"
secrets: [rsync_key]
key:
from_secret: rsync_key