diff --git a/.drone.yml b/.drone.yml index 3f68171..cef8277 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: image: node:18.13.0-slim commands: - npm ci && npm run production && rm -R node_modules + - rm -Rf .git - name: deploy image: php:8.1.6