Dammit
This commit is contained in:
13
.drone.yml
13
.drone.yml
@@ -113,16 +113,18 @@ steps:
|
||||
- cp -r /drone/grow/* .
|
||||
- yarn build
|
||||
volumes:
|
||||
- name: app-build-dir
|
||||
- name: build-dir
|
||||
path: /app
|
||||
- name: Deploy Container
|
||||
image: compose
|
||||
commands:
|
||||
- cp /app-build-dir/* .
|
||||
- cp /build-dir/* .
|
||||
- build
|
||||
- up -d
|
||||
volumes:
|
||||
- name: app-build-dir
|
||||
- name: env
|
||||
path: ./.env
|
||||
- name: build-dir
|
||||
path:
|
||||
path: /app-build
|
||||
depends_on: Build
|
||||
@@ -134,8 +136,11 @@ trigger:
|
||||
- push
|
||||
|
||||
volumes:
|
||||
- name: app-build-dir
|
||||
- name: build-dir
|
||||
temp: {}
|
||||
- name: env
|
||||
bost:
|
||||
path: /volume1/docker/labs/grow-auth/.env
|
||||
|
||||
depends_on:
|
||||
- Build Pipeline
|
||||
|
||||
Reference in New Issue
Block a user