1
Fork 0

Use external plugin to build site

master
Vladimir Hodakov 2019-10-09 04:33:39 +04:00
parent 6bf871c0c4
commit 7216ba9f60
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 6 additions and 4 deletions

View File

@ -12,9 +12,11 @@ steps:
- git submodule update --init
- ls -lah themes/tango
- name: build
image: fat0troll/hugo
commands:
- hugo -d tango.hodakov.me
image: plugins/hugo
settings:
hugo_version: 0.58.3
pull: always
validate: true
- name: publish
image: appleboy/drone-scp
settings:
@ -29,7 +31,7 @@ steps:
rm: true
strip_components: 1
source:
- tango.hodakov.me/*
- public/*
trigger:
branch:
- master