diff --git a/.drone.yml b/.drone.yml index 401827b..39ee4f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - cp -af . /var/www/html/bookstack.octolabs.net - cd /var/www/html/bookstack.octolabs.net - git reset --hard - - git clean -fdx + - git clean -fd - composer install - pnpm install - chown -R flycro:www-data /var/www/html/bookstack.octolabs.net