This commit is contained in:
parent
600922828c
commit
52ceeea89d
|
@ -7,7 +7,7 @@ steps:
|
|||
- name: Build backend
|
||||
image: nixos/nix
|
||||
volumes:
|
||||
- name: cache
|
||||
- name: drone-shared
|
||||
path: /drone-shared
|
||||
commands:
|
||||
- cd backend
|
||||
|
@ -33,7 +33,7 @@ steps:
|
|||
- name: Build frontend
|
||||
image: node:alpine
|
||||
volumes:
|
||||
- name: cache
|
||||
- name: drone-shared
|
||||
path: /drone-shared
|
||||
commands:
|
||||
- ls -lah /drone-shared
|
||||
|
|
Loading…
Reference in a new issue