From d3515d3fa5df8061a15addc20f08de3026e5e58c Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 29 Feb 2020 22:03:03 -0800 Subject: [PATCH] Add drone fix 2/?: switch to an image with hugo-ext --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f99c234..6afed54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - cd code/compiler - ./test.sh - name: upload-live - image: jguyomard/hugo-builder + image: klakegg/hugo:ext-alpine commands: - eval `ssh-agent -s` - echo "$CUSTOM_KEY" | ssh-add -