diff --git a/.woodpecker.yaml b/.woodpecker.yaml index c5b10b8..d354b88 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -6,12 +6,8 @@ steps: - make ci-version - name: build - image: rust:1-alpine + image: git.teletypegames.org/internal/bevy-builder:latest commands: - - apk add --no-cache musl-dev zip make curl - - rustup target add wasm32-unknown-unknown - - WB=$(grep -o 'WASM_BINDGEN_VERSION *= *[0-9.]*' Makefile | grep -o '[0-9.]*$') - - curl -sSL "https://github.com/rustwasm/wasm-bindgen/releases/download/$${WB}/wasm-bindgen-$${WB}-x86_64-unknown-linux-musl.tar.gz" | tar xz -C /usr/local/bin --strip-components=1 - make ci-export - name: upload diff --git a/Makefile b/Makefile index f08bd62..c36e374 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ WASM_RELEASE = target/$(WASM_TARGET)/release/$(PROJECT).wasm OUTPUT_ZIP = $(PROJECT)-$(VERSION).html.zip 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 diff --git a/metadata.json b/metadata.json index a7c572d..d65785e 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "title": "Bevy Demo", "author": "Teletype Games", "desc": "It's a simple demo program in Bevy", - "site": "https://git.teletype.hu/games/bevydemo", + "site": "https://git.teletypegames.org/games/bevydemo", "license": "MIT License", "version": "1.0.0" }