Remove git dir before deploying

This commit is contained in:
philipp lang 2024-10-25 17:58:13 +02:00
parent 10161a5f93
commit 7960de44e1
1 changed files with 1 additions and 0 deletions

View File

@ -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