ci: new db new me
This commit is contained in:
parent
9588dd1e23
commit
b5d3e4e864
1 changed files with 4 additions and 4 deletions
8
.tci
8
.tci
|
@ -7,13 +7,13 @@ systemctl --user stop upub
|
||||||
echo "installing new binary"
|
echo "installing new binary"
|
||||||
cp ./target/release/upub /opt/bin/upub
|
cp ./target/release/upub /opt/bin/upub
|
||||||
echo "migrating database"
|
echo "migrating database"
|
||||||
/opt/bin/upub --db "sqlite:///srv/tci/upub.db" --domain https://feditest.alemi.dev migrate
|
/opt/bin/upub --db "sqlite:///srv/tci/upub.db" --domain https://upub.alemi.dev migrate
|
||||||
echo "restarting service"
|
echo "restarting service"
|
||||||
systemctl --user start upub
|
systemctl --user start upub
|
||||||
echo "rebuilding frontend"
|
echo "rebuilding frontend"
|
||||||
cd web
|
cd web
|
||||||
CARGO_BUILD_JOBS=1 /opt/bin/trunk build --release --public-url 'https://feditest.alemi.dev/web'
|
CARGO_BUILD_JOBS=1 /opt/bin/trunk build --release --public-url 'https://upub.alemi.dev/web'
|
||||||
echo "deploying frontend"
|
echo "deploying frontend"
|
||||||
rm /srv/http/feditest/web/*
|
rm /srv/http/upub/web/*
|
||||||
mv ./dist/* /srv/http/feditest/web/
|
mv ./dist/* /srv/http/upub/web/
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
Loading…
Reference in a new issue