forked from alemi/upub
ci: fix trunk compile jobs (must use env var)
This commit is contained in:
parent
473cf641fb
commit
8ce4803db1
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 --public-url 'https://feditest.alemi.dev/web' -- -j 1
|
||||
CARGO_BUILD_JOBS=1 /opt/bin/trunk build --release --public-url 'https://feditest.alemi.dev/web'
|
||||
echo "deploying frontend"
|
||||
rm /srv/http/feditest/web/*
|
||||
mv ./dist/* /srv/http/feditest/web/
|
||||
|
|
Loading…
Reference in a new issue