Add Gitea container publish workflow
This commit is contained in:
16
README.md
16
README.md
@@ -30,4 +30,20 @@ docker compose up --build
|
||||
|
||||
The compose service publishes the app on `0.0.0.0:6666`.
|
||||
|
||||
## CI Image Publishing
|
||||
|
||||
Gitea Actions workflow: `.gitea/workflows/ci.yml`
|
||||
|
||||
Required repository or organization secrets:
|
||||
|
||||
- `REGISTRY_USERNAME`: Gitea username allowed to publish packages
|
||||
- `REGISTRY_TOKEN`: Gitea personal access token with package read/write access
|
||||
|
||||
On pushes to `main`, CI publishes:
|
||||
|
||||
```bash
|
||||
gitea.reversed.dev/space/evil-wordle:latest
|
||||
gitea.reversed.dev/space/evil-wordle:<commit-sha>
|
||||
```
|
||||
|
||||
The app is built with React, Tailwind CSS, and Vite. Progress, settings, and stats are stored in `localStorage`. Guess validation uses `word-list-json`; curated local word buckets in `src/data/words.ts` control target selection and provide the fallback pool.
|
||||
|
||||
Reference in New Issue
Block a user