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