From 7216ba9f603e96fe686ca2f2d760fad558f7806f Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Wed, 9 Oct 2019 04:33:39 +0400 Subject: [PATCH] Use external plugin to build site --- .drone.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7d160ba..6109478 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file