This commit is contained in:
parent
5cbeb342bf
commit
946e14bbae
@ -6,7 +6,6 @@ steps:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: vbrandl/vbrandl.net
|
repo: vbrandl/vbrandl.net
|
||||||
auto_tag: true
|
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
@ -3,7 +3,8 @@ WORKDIR /usr/src/build
|
|||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN apk --no-cache add --update make
|
RUN apk --no-cache add --update make
|
||||||
RUN /bin/drone-hugo && \
|
RUN /bin/drone-hugo && \
|
||||||
make -C public/ -f ../Makefile
|
make -C public/ -f ../Makefile && \
|
||||||
|
ls -lah
|
||||||
# find ./ -type f \( \
|
# find ./ -type f \( \
|
||||||
# -name "*.html" \
|
# -name "*.html" \
|
||||||
# -o -name "*.js" \
|
# -o -name "*.js" \
|
||||||
|
Loading…
Reference in New Issue
Block a user