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