diff --git a/.drone.yml b/.drone.yml index 76d7207..c968d5a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ pipeline: commands: - apk --no-cache update - apk add make - - make -C public/ -f Makefile + - make -C public/ -f ../Makefile deploy: image: drillster/drone-rsync hosts: [ "vbrandl.net" ]