Renames the example deploy account to gitea-workflow

pi-deploy restated the obvious (it's on the Pi) without saying what
the account is actually for.
This commit is contained in:
2026-07-28 19:51:10 +02:00
parent 960760c24e
commit 366e912e73
2 changed files with 14 additions and 3 deletions
@@ -29,10 +29,10 @@ of access than FileZilla uses.
named after this project, since it may end up deploying other projects on this Pi too (the reference
`SlpSoftware` project's own pipeline may already have exactly this kind of account; check its
`PI_MAIN_USERNAME` secret first and reuse it directly if it already has SSH shell access, rather than
creating a second one). Example name: `pi-deploy`.
creating a second one). Example name: `gitea-workflow`.
```bash
sudo useradd -m -s /bin/bash pi-deploy
sudo passwd pi-deploy
sudo useradd -m -s /bin/bash gitea-workflow
sudo passwd gitea-workflow
```
Each project deploying through this account gets its own subdirectory under its home (§ 1.4 already
namespaces by project: `~/apps/slpmodularcms-<env>/`), so one generic account can serve multiple