diff --git a/.drone.yml b/.drone.yml index ffedf43..c05d6e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,7 @@ steps: host: path: /root/web commands: - - apk add tree + - apt-get update && apt-get install tree -y - tree - rm -rf ./app/* - cp -r /go/web/build ./app