No description
Find a file
2026-02-06 15:30:00 +00:00
config Add db-backup script and environment config 2026-02-03 14:00:00 +00:00
docs Add deployment guide 2026-02-05 09:30:00 +00:00
lib add rollback script and vault helper 2026-01-20 11:00:00 +00:00
scripts WIP: testing env config locally — do not merge 2026-02-06 15:30:00 +00:00
.env WIP: testing env config locally — do not merge 2026-02-06 15:30:00 +00:00
.env.example initial commit 2026-01-08 09:14:00 +00:00
.gitignore initial commit 2026-01-08 09:14:00 +00:00
README.md initial commit 2026-01-08 09:14:00 +00:00

nexus/tooling

Internal deployment and maintenance scripts for Nexus Corp infrastructure.

Scripts

Script Description
scripts/deploy.sh Deploy build artifacts to production
scripts/rollback.sh Roll back to previous release
scripts/health-check.sh Check service health endpoints
scripts/db-backup.sh Trigger manual database backup
scripts/rotate-certs.sh Renew and deploy TLS certificates

Configuration

Copy .env.example to .env and fill in your credentials. Never commit .env to version control.

Secrets are managed via HashiCorp Vault at https://vault.nexus.local.

Requirements

  • bash >= 5.0
  • curl, rsync, awscli v2
  • Vault CLI (for secret retrieval)