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