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
|
||||||
(Rust, `wasm32-unknown-unknown` target + `wasm-bindgen` in the
|
(Rust, `wasm32-unknown-unknown` target + `wasm-bindgen` in the
|
||||||
`git.teletype.hu/internal/bevy-builder` image) → upload (scp to the
|
`git.teletypegames.org/internal/bevy-builder` image) → upload (scp to the
|
||||||
droparea) → update (calls the teletypegames `/update` endpoint with
|
droparea) → update (calls the teletypegames `/update` endpoint with
|
||||||
`platform=bevy`).
|
`platform=bevy`).
|
||||||
- `builder.Dockerfile` — the CI builder image: `rust:1-alpine` with
|
- `builder.Dockerfile` — the CI builder image: `rust:1-alpine` with
|
||||||
@@ -58,8 +58,8 @@ then triggers
|
|||||||
```sh
|
```sh
|
||||||
docker build --platform linux/amd64 -f builder.Dockerfile \
|
docker build --platform linux/amd64 -f builder.Dockerfile \
|
||||||
--build-arg WASM_BINDGEN_VERSION=0.2.100 \
|
--build-arg WASM_BINDGEN_VERSION=0.2.100 \
|
||||||
-t git.teletype.hu/internal/bevy-builder:latest .
|
-t git.teletypegames.org/internal/bevy-builder:latest .
|
||||||
docker push git.teletype.hu/internal/bevy-builder:latest
|
docker push git.teletypegames.org/internal/bevy-builder:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Detailed documentation lives on the wiki: `/development/bevy`.
|
Detailed documentation lives on the wiki: `/development/bevy`.
|
||||||
|
|||||||
+2
-2
@@ -10,8 +10,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 \
|
||||||
# --build-arg WASM_BINDGEN_VERSION=0.2.100 \
|
# --build-arg WASM_BINDGEN_VERSION=0.2.100 \
|
||||||
# -t git.teletype.hu/internal/bevy-builder:latest .
|
# -t git.teletypegames.org/internal/bevy-builder:latest .
|
||||||
# docker push git.teletype.hu/internal/bevy-builder:latest
|
# docker push git.teletypegames.org/internal/bevy-builder:latest
|
||||||
|
|
||||||
FROM rust:1-alpine
|
FROM rust:1-alpine
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ WASM_RELEASE = target/$(WASM_TARGET)/release/$(PROJECT).wasm
|
|||||||
OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
|
OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip
|
||||||
|
|
||||||
VERSION_FILE = .version
|
VERSION_FILE = .version
|
||||||
INDEX_HTML_URL = https://git.teletype.hu/tools/bevy-tools/raw/branch/master/web/index.html
|
INDEX_HTML_URL = https://git.teletypegames.org/tools/bevy-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/bevy-builder:latest
|
image: git.teletypegames.org/internal/bevy-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- make ci-export
|
- make ci-export
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user