ci: more build threads, ftbsc is beefy
This commit is contained in:
parent
c5c03c0848
commit
3749ab340a
1 changed files with 2 additions and 2 deletions
4
.tci
4
.tci
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "building release binary"
|
||||
cargo build --release --all-features -j 2
|
||||
cargo build --release --all-features -j 4
|
||||
echo "stopping service"
|
||||
systemctl --user stop upub
|
||||
echo "installing new binary"
|
||||
|
@ -12,7 +12,7 @@ echo "restarting service"
|
|||
systemctl --user start upub
|
||||
echo "rebuilding frontend"
|
||||
cd web
|
||||
CARGO_BUILD_JOBS=2 /opt/bin/trunk build --release --public-url 'https://dev.upub.social/web'
|
||||
CARGO_BUILD_JOBS=4 /opt/bin/trunk build --release --public-url 'https://dev.upub.social/web'
|
||||
echo "deploying frontend"
|
||||
rm /srv/http/upub/dev/web/*
|
||||
mv ./dist/* /srv/http/upub/dev/web/
|
||||
|
|
Loading…
Reference in a new issue