Use the canonical git server name (git.teletypegames.org)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ projects, in the same spirit as
|
|||||||
`ci-update`).
|
`ci-update`).
|
||||||
- `example-woodpecker.yaml` — Woodpecker pipeline: version → build
|
- `example-woodpecker.yaml` — Woodpecker pipeline: version → build
|
||||||
(syntax check + web bundle in the
|
(syntax check + web bundle in the
|
||||||
`git.teletype.hu/internal/phaser-builder` image) → upload (scp to
|
`git.teletypegames.org/internal/phaser-builder` image) → upload (scp to
|
||||||
the droparea) → update (calls the teletypegames `/update` endpoint
|
the droparea) → update (calls the teletypegames `/update` endpoint
|
||||||
with `platform=phaser`).
|
with `platform=phaser`).
|
||||||
- `builder.Dockerfile` — the CI builder image: `node:22-alpine` with
|
- `builder.Dockerfile` — the CI builder image: `node:22-alpine` with
|
||||||
@@ -49,8 +49,8 @@ then triggers
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build --platform linux/amd64 -f builder.Dockerfile \
|
docker build --platform linux/amd64 -f builder.Dockerfile \
|
||||||
-t git.teletype.hu/internal/phaser-builder:latest .
|
-t git.teletypegames.org/internal/phaser-builder:latest .
|
||||||
docker push git.teletype.hu/internal/phaser-builder:latest
|
docker push git.teletypegames.org/internal/phaser-builder:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Detailed documentation lives on the wiki: `/development/phaser`.
|
Detailed documentation lives on the wiki: `/development/phaser`.
|
||||||
|
|||||||
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
#
|
#
|
||||||
# Build & push (the CI runner is linux/amd64):
|
# Build & push (the CI runner is linux/amd64):
|
||||||
# docker build --platform linux/amd64 -f builder.Dockerfile \
|
# docker build --platform linux/amd64 -f builder.Dockerfile \
|
||||||
# -t git.teletype.hu/internal/phaser-builder:latest .
|
# -t git.teletypegames.org/internal/phaser-builder:latest .
|
||||||
# docker push git.teletype.hu/internal/phaser-builder:latest
|
# docker push git.teletypegames.org/internal/phaser-builder:latest
|
||||||
|
|
||||||
FROM node:22-alpine
|
FROM node:22-alpine
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
|
|||||||
|
|
||||||
VERSION_FILE = .version
|
VERSION_FILE = .version
|
||||||
PHASER_JS_URL = https://cdn.jsdelivr.net/npm/phaser@$(PHASER_VERSION)/dist/phaser.min.js
|
PHASER_JS_URL = https://cdn.jsdelivr.net/npm/phaser@$(PHASER_VERSION)/dist/phaser.min.js
|
||||||
INDEX_HTML_URL = https://git.teletype.hu/tools/phaser-tools/raw/branch/master/web/index.html
|
INDEX_HTML_URL = https://git.teletypegames.org/tools/phaser-tools/raw/branch/master/web/index.html
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ steps:
|
|||||||
- make ci-version
|
- make ci-version
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: git.teletype.hu/internal/phaser-builder:latest
|
image: git.teletypegames.org/internal/phaser-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- make ci-export
|
- make ci-export
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user