How-To Guides
Short, task-focused guides for the things you do most often on Temps — each one answers a single question and gets you back to work.
Deployment operations
- Roll Back a Deployment — Instantly revert to a previous deployment without rebuilding from source.
- Debug a Failed Deployment — Diagnose a failure using build logs, job statuses, and container logs, then fix and retry.
- Scale for Traffic — Adjust CPU, memory, and replica count before traffic becomes a problem.
- Set Up CI/CD — Add GitHub Actions or GitLab CI checks and gates in front of Temps' built-in git-push deploys.
Domains and access
- Add a Custom Domain — Point your own domain at a Temps app with automatic Let's Encrypt HTTPS.
- Manage Team Access — Create user accounts, assign roles, and scope API keys to least privilege.
- Admin Listener — Split the dashboard onto a private interface while public ingest endpoints stay reachable.
Environments and data
- Set Up Preview Deployments — Get a live URL for every branch and pull request automatically.
- Manage Environment Variables — Scope variables per environment and control what reaches preview deployments.
- Set Up Managed Services — Provision PostgreSQL, Redis, MongoDB, or S3 storage and link it to a project.
Platform administration
- Upgrade Temps — Update the binary and apply database migrations safely, with a rollback path.