From 501549942a35f39f6e343aace281d2ac7d11688e Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 4 Oct 2020 19:30:40 -0400 Subject: [PATCH] .drone.yml: Use fcpo/stack-build docker image --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 20d4c7f..661c27a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,11 @@ kind: pipeline type: docker name: blog-rekahsoft-ca +workspace: + path: /drone/blog-rekahsoft-ca + steps: - name: build-site - image: docker.nexus.home.rekahsoft.ca/haskell:8 + image: docker.nexus.home.rekahsoft.ca/fpco/stack-build:lts-12.0 commands: - ./site build