forked from alemi/upub
ci: include domain in migration, just in case
This commit is contained in:
parent
225d8b9292
commit
44478d7d2b
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 migrate
|
/opt/bin/upub --database /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