Use the canonical git server name (git.teletypegames.org)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 19:20:51 +02:00
co-authored by Claude Fable 5
parent 3d30d4ff2f
commit ee8efc9eb6
3 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -32,16 +32,16 @@ and `-docs.zip` to the droparea, then triggers
## Builder image
The export step uses the TIC-80 Pro image
(`git.teletype.hu/internal/tic80pro`, built from the
(`git.teletypegames.org/internal/tic80pro`, built from the
`tic80pro-dockerfile` repo). For the lint / minify / docs steps,
`builder.Dockerfile` bakes Lua 5.4 + luacheck + ldoc + zip into
`git.teletype.hu/internal/tic80-luatools`, so the pipeline no longer
`git.teletypegames.org/internal/tic80-luatools`, so the pipeline no longer
runs luarocks (and a C compiler install) on every run:
```sh
docker build --platform linux/amd64 -f builder.Dockerfile \
-t git.teletype.hu/internal/tic80-luatools:latest .
docker push git.teletype.hu/internal/tic80-luatools:latest
-t git.teletypegames.org/internal/tic80-luatools:latest .
docker push git.teletypegames.org/internal/tic80-luatools:latest
```
Detailed documentation lives on the wiki: `/development/tic80`.