mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Update upgrade
This commit is contained in:
parent
4a113e5923
commit
e47724eaa6
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ fi
|
|||
chown -R "$app":"$app" "$final_path"
|
||||
pushd $final_path/$app
|
||||
sudo -u "$app" MIX_ENV=prod mix deps.get
|
||||
sudo -u "$app" MIX_ENV=prod mix ecto.migrate
|
||||
sudo -u "$app" MIX_ENV=prod mix ecto.migrate --force
|
||||
|
||||
#Generate key pair
|
||||
sudo -u "$app" MIX_ENV=prod mix web_push.gen.keypair >> "config/prod.secret.exs"
|
||||
|
|
Loading…
Add table
Reference in a new issue