diff --git a/.tci b/.tci index 931a148..8f71056 100755 --- a/.tci +++ b/.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/