From cdb6786e5374b8d046485d521425a5bdd26e8736 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Thu, 7 May 2020 01:01:10 -0300 Subject: [PATCH] pipeline cleanup --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 28cbbf0..40f1856 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: commands: - git submodule init - git submodule update + - git clean -dfx . - name: build image: plugins/hugo @@ -36,6 +37,7 @@ steps: source: public/ target: from_secret: deploy_dir + delete: true when: branch: - master