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