From 7960de44e12c55a069d3074133f747e5717703e3 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 25 Oct 2024 17:58:13 +0200 Subject: [PATCH] Remove git dir before deploying --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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