ci: set URL_BASE for prod frontend
can't hurt
This commit is contained in:
parent
1f36091ce3
commit
a1a8901786
1 changed files with 1 additions and 1 deletions
2
.tci
2
.tci
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue