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

415 B

title, status, type, priority, created_at, updated_at, parent
title status type priority created_at updated_at parent
Add compose file sync to deploy script completed task normal 2026-02-10T08:19:57Z 2026-02-10T08:20:13Z 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).