From 451ea378ceb98c410c79b12e554bb0fe8a648a53 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 14 Aug 2026 13:26:04 +0200 Subject: [PATCH] deploy to live --- .github/workflows/deploy-stefankoelle.yml | 2 +- TODO.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-stefankoelle.yml b/.github/workflows/deploy-stefankoelle.yml index a988f1a..db9a163 100644 --- a/.github/workflows/deploy-stefankoelle.yml +++ b/.github/workflows/deploy-stefankoelle.yml @@ -77,7 +77,7 @@ jobs: server: ${{ secrets.IONOS_SFTP_HOST }} username: ${{ secrets.IONOS_SFTP_USER }} password: ${{ secrets.IONOS_SFTP_PASSWORD }} - remote_path: '/deploy/stefankoelle/' + remote_path: '/websites/stefankoelle/' port: 22 sftp_only: true diff --git a/TODO.md b/TODO.md index 9825c17..93a2bd4 100644 --- a/TODO.md +++ b/TODO.md @@ -24,6 +24,10 @@ Stand: 2026-08-14 - [ ] Querverlinkungen stefankoelle.de <-> smarthome - [ ] Ledmatrix ggf. nach smarthome verschieben +### Offene Entscheidungen + +- [ ] **stefankoelle.de SFTP: `delete_remote_files`?** — Derzeit werden beim Deploy nur Dateien hochgeloaden, alte bleiben liegen. Mit `delete_remote_files: true` waere jeder Deploy ein sauberes Image (alles weg + neu). Kurzer Ausfall moeglich. Entscheidung offen. + ## Schon erledigt (Stand 2026-08-14) ### stefankoelle.de Migration (2026-08-14)