From 3169c4716e0ffe2b346b759832ae0f3103cf8a6c Mon Sep 17 00:00:00 2001 From: Humenius Date: Mon, 1 Feb 2021 12:07:22 +0100 Subject: [PATCH] Change workspace dir for each backend and frontend --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index a3c80d1..b223562 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,9 @@ kind: pipeline type: docker name: frontend +workspace: + path: /drone/src/frontend + steps: - name: Restore cache image: plugins/s3-cache @@ -76,6 +79,9 @@ kind: pipeline type: docker name: frontend-dev +workspace: + path: /drone/src/frontend + steps: - name: Restore cache image: plugins/s3-cache @@ -149,6 +155,9 @@ kind: pipeline type: docker name: backend +workspace: + path: /drone/src/backend + steps: - name: Restore cache image: plugins/s3-cache @@ -222,6 +231,9 @@ kind: pipeline type: docker name: backend-dev +workspace: + path: /drone/src/backend + steps: - name: Restore cache image: plugins/s3-cache