Fix pre-commit script to properly handle multiple files and resolve ESLint warnings

This commit is contained in:
William Valentin
2025-09-07 13:34:39 -07:00
parent 8fa2d3fb60
commit 315303b120
33 changed files with 561 additions and 404 deletions

View File

@@ -62,21 +62,22 @@ INGRESS_HOST=rxminder.yourdomain.com
1. **Copy environment template:**
```bash
cp .env.example .env
```
```bash
cp .env.example .env
```
2. **Update .env with your secure credentials:**
```bash
# Edit .env with your secure passwords and configuration
nano .env
```
```bash
# Edit .env with your secure passwords and configuration
nano .env
```
3. **Deploy with templates:**
```bash
./scripts/k8s-deploy-template.sh deploy
```
```bash
./scripts/k8s-deploy-template.sh deploy
```
The deployment script automatically: