1
0
Fork 0
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:
yalh76 2019-03-25 19:47:25 +01:00
parent 4a113e5923
commit e47724eaa6

View file

@ -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"