Remove git dir before deploying
This commit is contained in:
parent
10161a5f93
commit
7960de44e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue