update deploy
This commit is contained in:
parent
efd5e18c32
commit
823e185a56
1 changed files with 4 additions and 0 deletions
4
.env
4
.env
|
|
@ -21,6 +21,10 @@ test "$GITEA_ROOT_URL" = "https://forgejo.isvery.ninja/" && {
|
||||||
# (so https://xrfragment.org/index.glb can be requested remotely)
|
# (so https://xrfragment.org/index.glb can be requested remotely)
|
||||||
# because that really emphasizes a nice WebXR experience-at-website-root paradigm
|
# because that really emphasizes a nice WebXR experience-at-website-root paradigm
|
||||||
wget "https://raw.codeberg.page/coderofsalvation/xrfragment-haxe/example/assets/index.glb"
|
wget "https://raw.codeberg.page/coderofsalvation/xrfragment-haxe/example/assets/index.glb"
|
||||||
|
wget "https://raw.codeberg.page/coderofsalvation/xrfragment-haxe/example/assets/other.glb"
|
||||||
|
mkdir -p example/assets
|
||||||
|
wget "https://raw.codeberg.page/coderofsalvation/xrfragment-haxe/example/assets/logo.png" -o example/assets/logo.png
|
||||||
|
wget "https://raw.codeberg.page/coderofsalvation/xrfragment-haxe/example/assets/logo.svg" -o example/assets/logo.svg
|
||||||
test -d dist && rm -rf dist
|
test -d dist && rm -rf dist
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cd dist
|
cd dist
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue