Ugh
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -114,16 +114,16 @@ steps:
|
|||||||
- yarn build
|
- yarn build
|
||||||
volumes:
|
volumes:
|
||||||
- name: app-build-dir
|
- name: app-build-dir
|
||||||
path: /app-build
|
path: /app
|
||||||
- name: Deploy Container
|
- name: Deploy Container
|
||||||
image: compose
|
image: compose
|
||||||
commands:
|
commands:
|
||||||
- cd /app
|
|
||||||
- cp /app-build-dir/* .
|
- cp /app-build-dir/* .
|
||||||
- build
|
- build
|
||||||
- up -d
|
- up -d
|
||||||
volumes:
|
volumes:
|
||||||
- name: app-build-dir
|
- name: app-build-dir
|
||||||
|
path:
|
||||||
path: /app-build
|
path: /app-build
|
||||||
depends_on: Build
|
depends_on: Build
|
||||||
|
|
||||||
@@ -133,9 +133,9 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- Build Pipeline
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: app-build-dir
|
- name: app-build-dir
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- Build Pipeline
|
||||||
|
|||||||
Reference in New Issue
Block a user