Update epic checklist, mark completed tasks, fix Gitea username/domain references, and update DEPLOYMENT.md with correct registry paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
730 B
730 B
title, status, type, priority, created_at, updated_at, parent, blocking
| title | status | type | priority | created_at | updated_at | parent | blocking | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Create deploy script | completed | task | normal | 2026-02-09T15:30:48Z | 2026-02-09T17:28:22Z | nuzlocke-tracker-ahza |
|
Create a ./deploy.sh script for the dev machine that automates the full deployment flow.
- Ensure the script runs from
mainbranch (or warns if not) - Build Docker images for API and frontend
- Tag images for the local registry (e.g.,
unraid:5000/nuzlocke-api:latest) - Push images to the local registry
- Trigger the Portainer webhook to redeploy the stack
- Print status/confirmation of each step