ci: don't eat all threads

This commit is contained in:
əlemi 2024-04-14 16:52:44 +02:00
parent b0f9089ca1
commit ebdf73555b
Signed by: alemi
GPG key ID: A4895B84D311642C

2
.tci
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo "building release binary" 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" echo "stopping service"
systemctl --user stop upub systemctl --user stop upub
echo "installing new binary" echo "installing new binary"