docs(deploy): keep history evidence revision-independent

This commit is contained in:
NuklearRabbit
2026-08-02 02:10:24 +02:00
parent 737fc33394
commit dfabb41582
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
build all pass. Evidence is in `artifacts/deployment/unraid-summary.md`.
- Published to the private Gitea repository
`https://gitea.itworx.tech/Jens/MobilityOps`. `master` is the default branch; the full
15-commit history and baseline commit are present; zero tags exist; remote hygiene is
commit history and baseline commit are present; zero tags exist; remote hygiene is
clean. `origin` uses the SSH clone URL supplied by Gitea.
- Exact next action: none — repository publication and Unraid deployment are complete.
+1 -1
View File
@@ -42,7 +42,7 @@ git push -u origin master
git push origin --tags
```
Git and the Gitea web UI both verified `master` as the default branch, the full 15-commit
Git and the Gitea web UI both verified `master` as the default branch, the full commit
history, baseline commit `4bf9afbeff44088864e0844769d4dd0e4089d85b`, and zero tags.
The remote tree contains no `.env`, local database, `node_modules`, virtual environment,
test cache, build cache, Playwright output, or browser binaries.