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

19 lines
358 B
YAML

pipeline:
type: kubernetes
name: hugoweb
steps:
- name: submodules
image: cbrgm/drone-hugo:latest
settings:
validate: true
hugo_version: 0.83
url: https://seuh2022.sqa.freeddns.org/
- name: deploy
image: drillster/drone-rsync
hosts: [ "10.0.100.5" ]
target: /volume
source: public/*
user: snowball77
secrets: [ rsync_key ]