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)