Compare commits
2 Commits
6b39d138de
...
0a7bbb96c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
0a7bbb96c0
|
|||
|
96c7061ace
|
@@ -108,13 +108,13 @@ steps:
|
||||
- cp -r /drone/grow/* .
|
||||
- yarn build
|
||||
- name: Deploy Container
|
||||
image: compose
|
||||
image: docker
|
||||
commands:
|
||||
- build .
|
||||
- up -d
|
||||
- compose build .
|
||||
- compose up -d
|
||||
volumes:
|
||||
- name: env
|
||||
path: /.env
|
||||
path: ./.env
|
||||
|
||||
- name: Send Status Notifications
|
||||
image: plugins/webhook
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
FROM node
|
||||
WORKDIR /
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
CMD ["node", "dist/lib/server/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user