steps fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Yann Verry 2022-10-26 22:38:47 +02:00
parent 0975bb8f80
commit 0e13ab682c
Signed by: yann
GPG key ID: EB9E679A66B8C7A1

View file

@ -2,20 +2,17 @@ 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
steps:
- name: hugo_extended
image: corpusops/hugo
commands:
@ -23,8 +20,10 @@ steps:
depends_on:
- hugo
steps:
- name: scp files
depends_on:
- hugo
- hugo_extended
image: appleboy/drone-scp
settings:
host: "peach.verry.org"
@ -34,6 +33,3 @@ steps:
recursive: true
key:
from_secret: ssh_key
depends_on:
- hugo
- hugo_extended