ci: don't eat all threads
This commit is contained in:
parent
b0f9089ca1
commit
ebdf73555b
1 changed files with 1 additions and 1 deletions
2
.tci
2
.tci
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "building release binary"
|
||||
cargo build --release --all-features
|
||||
cargo build --release --all-features -j 2 # vps we deploy on has 4 vcpus, don't hog them all!
|
||||
echo "stopping service"
|
||||
systemctl --user stop upub
|
||||
echo "installing new binary"
|
||||
|
|
Loading…
Reference in a new issue