mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
parent
27505a57d7
commit
7a3313b7cf
1 changed files with 2 additions and 0 deletions
|
@ -87,8 +87,10 @@ $final_path/.rbenv/versions/2.5.1/bin/bundle install --deployment --without deve
|
||||||
#yarn install --pure-lockfile
|
#yarn install --pure-lockfile
|
||||||
MCOMMANDS
|
MCOMMANDS
|
||||||
|
|
||||||
|
# Install package with yarn and restart postgresql
|
||||||
pushd $final_path/live
|
pushd $final_path/live
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
|
systemctl restart postgresql
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Apply Mastodon upgrade
|
# Apply Mastodon upgrade
|
||||||
|
|
Loading…
Reference in a new issue