Compare commits
2 Commits
6b39d138de
...
0a7bbb96c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
0a7bbb96c0
|
|||
|
96c7061ace
|
@@ -108,13 +108,13 @@ 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
|
||||||
|
|
||||||
- name: Send Status Notifications
|
- name: Send Status Notifications
|
||||||
image: plugins/webhook
|
image: plugins/webhook
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
FROM node
|
FROM node
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
COPY . .
|
||||||
|
RUN yarn build
|
||||||
CMD ["node", "dist/lib/server/index.js"]
|
CMD ["node", "dist/lib/server/index.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user