yann.verry.org/.drone.yml
Yann Verry d13be23e36
Some checks failed
continuous-integration/drone/push Build is failing
use drone secret
2022-10-26 22:27:06 +02:00

29 lines
471 B
YAML

kind: pipeline
type: docker
name: Yann Verry - Blog
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
steps:
- name: hugo
image: corpusops/hugo
commands:
- hugo_extended
steps:
- name: scp files
image: appleboy/drone-scp
settings:
host: "peach.verry.org"
source: ./public
target: ~/public
username: yann-blog
recursive: true
secrets:
- source: ssh_key
target: ssh_key