Hmmm.
This commit is contained in:
24
.drone.yml
24
.drone.yml
@@ -9,8 +9,8 @@ steps:
|
||||
- name: yarn install
|
||||
image: node:latest
|
||||
volumes:
|
||||
- name: module_cache
|
||||
path: ./node_modules
|
||||
- name: module_cache
|
||||
path: ./node_modules
|
||||
commands:
|
||||
- yarn install
|
||||
|
||||
@@ -50,8 +50,8 @@ trigger:
|
||||
- push
|
||||
|
||||
volumes:
|
||||
- name: module_cache
|
||||
temp: {}
|
||||
- name: module_cache
|
||||
temp: {}
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@@ -65,8 +65,8 @@ steps:
|
||||
- name: yarn install
|
||||
image: node:latest
|
||||
volumes:
|
||||
- name: module_cache
|
||||
path: ./node_modules
|
||||
- name: module_cache
|
||||
path: ./node_modules
|
||||
commands:
|
||||
- yarn install
|
||||
|
||||
@@ -101,8 +101,8 @@ trigger:
|
||||
- push
|
||||
|
||||
volumes:
|
||||
- name: module_cache
|
||||
temp: {}
|
||||
- name: module_cache
|
||||
temp: {}
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@@ -127,8 +127,8 @@ steps:
|
||||
- cp -r /drone/grow/* .
|
||||
- yarn build
|
||||
volumes:
|
||||
- name: app-build-dir
|
||||
path: /app-build
|
||||
- name: app-build-dir
|
||||
path: /app-build
|
||||
- name: Deploy Container
|
||||
image: compose
|
||||
commands:
|
||||
@@ -151,5 +151,5 @@ depends_on:
|
||||
- Build Pipeline
|
||||
|
||||
volumes:
|
||||
- name: app-build-dir
|
||||
temp: {}
|
||||
- name: app-build-dir
|
||||
temp: {}
|
||||
|
||||
Reference in New Issue
Block a user