ci: set URL_BASE for prod frontend

can't hurt
This commit is contained in:
əlemi 2025-01-22 02:08:33 +01:00
parent 1f36091ce3
commit a1a8901786
Signed by: alemi
GPG key ID: A4895B84D311642C

2
.tci
View file

@ -2,7 +2,7 @@
echo "building frontend bundle"
cd web
CARGO_BUILD_JOBS=4 /opt/bin/trunk build --release --public-url 'https://dev.upub.social/web/assets/'
UPUB_BASE_URL="https://dev.upub.social" CARGO_BUILD_JOBS=4 /opt/bin/trunk build --release --public-url 'https://dev.upub.social/web/assets/'
cd ..
echo "building release binary"
cargo build --release --features=web -j 4