This commit is contained in:
@@ -108,10 +108,10 @@ steps:
|
|||||||
- cp -r /drone/grow/* .
|
- cp -r /drone/grow/* .
|
||||||
- yarn build
|
- yarn build
|
||||||
- name: Deploy Container
|
- name: Deploy Container
|
||||||
image: compose
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
- build .
|
- compose build .
|
||||||
- up -d
|
- compose up -d
|
||||||
volumes:
|
volumes:
|
||||||
- name: env
|
- name: env
|
||||||
path: ./.env
|
path: ./.env
|
||||||
|
|||||||
Reference in New Issue
Block a user