ci: proper way of passing job limit to trunk

This commit is contained in:
əlemi 2024-04-14 17:28:08 +02:00
parent c948bfb888
commit 473cf641fb
Signed by: alemi
GPG key ID: A4895B84D311642C

2
.tci
View file

@ -12,7 +12,7 @@ echo "restarting service"
systemctl --user start upub
echo "rebuilding frontend"
cd web
/opt/bin/trunk build --release -j 1 --public-url 'https://feditest.alemi.dev/web'
/opt/bin/trunk build --release --public-url 'https://feditest.alemi.dev/web' -- -j 1
echo "deploying frontend"
rm /srv/http/feditest/web/*
mv ./dist/* /srv/http/feditest/web/