11 lines
439 B
Markdown
11 lines
439 B
Markdown
# Release Checklist
|
|
|
|
1. Confirm `.env.example`, README compose sample, and registry image name match.
|
|
2. Run `npm run test:unit`.
|
|
3. Run `docker compose config`.
|
|
4. Build `git.wilkensxl.de/mrsphay/intelligence-terminal:latest`.
|
|
5. Start the image and verify `/api/health`.
|
|
6. Push branch to Gitea.
|
|
7. Push `latest` and a dated image tag to the Gitea Registry.
|
|
8. Pull the image on a clean Docker host or through Dockge and verify startup.
|