From a4b46080f984175d4954691f904410996ec3f384 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 17 Feb 2020 22:05:36 +0100 Subject: [PATCH] Moving to a locally built image for faster deployment --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index eea083a..bd35aa5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: Deploy steps: - name: build - image: python:latest + image: nikola:0.0.1 volumes: - name: blog-path path: /drone/src/output/ @@ -15,7 +15,6 @@ steps: GID: from_secret: gid commands: - - pip install 'Nikola[extras]' - nikola build - chown -R "$UID":"$GID" output/*