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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user