davideisinger.com

My personal website
Log | Files | Refs | README

commit 7b769b3e1f47f17b902e7d87f12f7c78aef2e4f9
parent 778cae07b95c7d25a87fb9a5663c0f41b71cad94
Author: David Eisinger <[email protected]>
Date:   Wed,  8 Apr 2026 23:47:58 -0400

Revert README change

Diffstat:
MREADME.md | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md @@ -2,18 +2,6 @@ [1]: https://davideisinger.com -## Deployment - -SourceHut still uses [`.build.yml`](/Users/dce/code/davideisinger.com/.build.yml). - -Gitea uses [`.gitea/workflows/deploy.yaml`](/Users/dce/code/davideisinger.com/.gitea/workflows/deploy.yaml), which mirrors the same build steps and deploys directly into `/var/www/davideisinger.com`. - -For that workflow to succeed, the Gitea runner needs: - -- a `SECRET_KEY` Actions secret containing the contents of `secret.key` -- write access to `/var/www/davideisinger.com` -- that path mounted into the job environment if the runner is containerized - --- © [CC BY 4.0 License][2]