forked from alemi/upub
ci: fix arguments
This commit is contained in:
parent
dcaf5d5c2b
commit
042edaf29e
1 changed files with 1 additions and 1 deletions
2
.tci
2
.tci
|
@ -7,7 +7,7 @@ systemctl --user stop upub
|
||||||
echo "installing new binary"
|
echo "installing new binary"
|
||||||
cat ./target/release/upub > /opt/bin/upub
|
cat ./target/release/upub > /opt/bin/upub
|
||||||
echo "applying migrations"
|
echo "applying migrations"
|
||||||
/opt/bin/upub --database /srv/tci/upub.db --domain https://feditest.alemi.dev migrate
|
/opt/bin/upub --db /srv/tci/upub.db --domain https://feditest.alemi.dev migrate
|
||||||
echo "restarting service"
|
echo "restarting service"
|
||||||
systemctl --user start upub
|
systemctl --user start upub
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
Loading…
Reference in a new issue