From 52762e4360422e28f447b7f7ee85d46bc2b406b6 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 12 Jul 2020 01:11:16 -0700 Subject: [PATCH] more drone BS --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 99a89e5..282a3b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,14 +3,12 @@ type: docker name: default pipeline: - clone: - commands: - - git submodule update --init --recursive - build: image: cbrgm/drone-hugo:latest validate: true url: http://moonside.games/docs/encompass + commands: + - git submodule update --init --recursive deploy: image: drillster/drone-rsync