Fix pre-commit script to properly handle multiple files and resolve ESLint warnings
This commit is contained in:
21
SECURITY.md
21
SECURITY.md
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user