diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 1b31d1e..56dba9f 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -43,11 +43,9 @@ jobs: - name: Remove old config to force regeneration run: | + # SOLO borrar config.json para regenerar configuración + # NUNCA borrar *.db (bases de datos), *.crt/*.key (certificados de agentes) rm -f meshcentral-data/config.json - rm -f meshcentral-data/*.db - rm -f meshcentral-data/*.crt - rm -f meshcentral-data/*.key - rm -f meshcentral-data/serverstate.txt - name: Generate MeshCentral config.json run: |