Change workspace dir for each backend and frontend

This commit is contained in:
2021-02-01 12:07:22 +01:00
parent 14a5913aef
commit 3169c4716e

View File

@@ -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