19 lines
728 B
Markdown
19 lines
728 B
Markdown
# scripts/
|
|
|
|
## Files
|
|
|
|
| File | What | When to read |
|
|
| ---- | ---- | ------------ |
|
|
| `config-validator.sh` | Validate configuration files | Pre-deploy validation |
|
|
| `export-database.sh` | Export database to backup | Database backup operations |
|
|
| `import-database.sh` | Import database from backup | Database restore operations |
|
|
| `inject-secrets.sh` | Inject secrets into config | Secret management |
|
|
| `refresh-staging-db.sh` | Copy production database to staging | Staging environment refresh |
|
|
| `rollback.sh` | Rollback deployment | Emergency rollback procedures |
|
|
|
|
## Subdirectories
|
|
|
|
| Directory | What | When to read |
|
|
| --------- | ---- | ------------ |
|
|
| `ci/` | CI/CD scripts | Pipeline automation, build scripts |
|