refactor: rename deployment change to simple-deployment

Rename the OpenSpec change from add-ftps-deployment to simple-deployment
to better reflect the current implementation using rsync over SSH.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-28 16:03:37 +01:00
co-authored by Claude
parent fcb82acc6f
commit 6af745f579
3 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
# Change Proposal: add-ftps-deployment # Change Proposal: simple-deployment
## Why ## Why
Currently there is no automated way to deploy the built Hugo site to the production server. Manual file transfers are error-prone and time-consuming. This change adds a deployment script to automate uploads via rsync over SSH, properly mirroring content (including deletions). Currently there is no automated way to deploy the built Hugo site to the production server. Manual file transfers are error-prone and time-consuming. This change adds a deployment script to automate uploads via rsync over SSH, properly mirroring content (including deletions).
@@ -1,4 +1,4 @@
# Tasks: add-ftps-deployment # Tasks: simple-deployment
## Implementation Tasks ## Implementation Tasks