From 351fe32f8a7d48be2a40183a5daa68559b58ebe2 Mon Sep 17 00:00:00 2001 From: kazu634 Date: Sun, 16 Feb 2020 20:13:08 +0700 Subject: [PATCH] Modify the order of the flags --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c052bfd..f7aafb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: hugo image: cibuilds/hugo:0.64.1 commands: - - hugo -e production -v -s --cacheDir /tmp . + - hugo --cacheDir /tmp -e staging -v -s . - name: Compress-the-Assets image: cibuilds/hugo:0.64.1 @@ -66,7 +66,7 @@ steps: - name: hugo image: cibuilds/hugo:0.64.1 commands: - - hugo -e staging -v -s --cacheDir /tmp . + - hugo --cacheDir /tmp -e staging -v -s . - name: Compress-the-Assets image: cibuilds/hugo:0.64.1