Files
nuzlocke-tracker/.beans/nuzlocke-tracker-lhls--add-compose-file-sync-to-deploy-script.md
Julian Tabel 7ea6b30396 Rework deploy script to SSH directly into Unraid
Replace Portainer-based redeployment with direct SSH approach:
- Auto-detect podman/docker for local builds
- SCP compose file to Unraid
- Generate Postgres password in .env if missing
- Pull images and (re)start containers via SSH

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 09:32:41 +01:00

12 lines
415 B
Markdown

---
# nuzlocke-tracker-lhls
title: Add compose file sync to deploy script
status: completed
type: task
priority: normal
created_at: 2026-02-10T08:19:57Z
updated_at: 2026-02-10T08:20:13Z
parent: nuzlocke-tracker-ahza
---
Update deploy.sh to SCP docker-compose.prod.yml to the Unraid server at /mnt/user/appdata/nuzlocke-tracker/ before triggering the Portainer redeployment. SSH target: root@192.168.1.10 (port 22).