diff --git a/.drone.yml b/.drone.yml index 2f8e6ad..9c0c56a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ steps: image: plugins/docker settings: repo: vbrandl/vbrandl.net - auto_tag: true username: from_secret: docker_username password: diff --git a/Dockerfile b/Dockerfile index 8ed2f31..eb60aec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \