forked from alemi/upub
ci: proper way of passing job limit to trunk
This commit is contained in:
parent
c948bfb888
commit
473cf641fb
1 changed files with 1 additions and 1 deletions
2
.tci
2
.tci
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue