diff --git a/.drone.yml b/.drone.yml index 707f50d..72d9c70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -171,7 +171,8 @@ steps: password: from_secret: docs_deploy_ssh_password target: /mnt/web/docs - source: /tmp/docs/* + source: + - /tmp/docs/* rm: true depends_on: - restore-cache