lol oops
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
28d76b1e06
commit
5423cec4ba
|
@ -11,7 +11,7 @@ steps:
|
||||||
- cd book/src && ./build.sh
|
- cd book/src && ./build.sh
|
||||||
volumes:
|
volumes:
|
||||||
- name: book
|
- name: book
|
||||||
path: /lewa/book
|
path: /lewa/book/book
|
||||||
- name: build mdbook
|
- name: build mdbook
|
||||||
image: xena/mdbook
|
image: xena/mdbook
|
||||||
pull: always
|
pull: always
|
||||||
|
@ -19,12 +19,12 @@ steps:
|
||||||
- cd book && mdbook build
|
- cd book && mdbook build
|
||||||
volumes:
|
volumes:
|
||||||
- name: book
|
- name: book
|
||||||
path: /lewa/book
|
path: /lewa/book/book
|
||||||
- name: build image
|
- name: build image
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
volumes:
|
volumes:
|
||||||
- name: book
|
- name: book
|
||||||
path: /lewa/book
|
path: /lewa/book/book
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
FROM xena/alpine
|
||||||
|
RUN apk --no-cache add quickserv
|
||||||
|
ENV PORT 3000
|
||||||
|
CMD quickserv -port $PORT -dir /book
|
||||||
|
COPY ./book /book
|
||||||
|
WORKDIR /book
|
Loading…
Reference in New Issue