mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix https url config
This commit is contained in:
parent
ce63f5591e
commit
c1cdca5b2c
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ else
|
||||||
pushd $install_dir/ghost
|
pushd $install_dir/ghost
|
||||||
# Make sure the app does not expect to manage its own process
|
# Make sure the app does not expect to manage its own process
|
||||||
ynh_exec_as $app $ynh_node_load_PATH $install_dir/node_modules/ghost-cli/bin/ghost config --process local
|
ynh_exec_as $app $ynh_node_load_PATH $install_dir/node_modules/ghost-cli/bin/ghost config --process local
|
||||||
|
# Make sure the app config runs on https
|
||||||
|
ynh_exec_as $app $ynh_node_load_PATH $install_dir/node_modules/ghost-cli/bin/ghost config --url https://$domain$path
|
||||||
# Upgrade Ghost itself
|
# Upgrade Ghost itself
|
||||||
ynh_exec_as $app $ynh_node_load_PATH $install_dir/node_modules/ghost-cli/bin/ghost update $(ynh_app_upstream_version) \
|
ynh_exec_as $app $ynh_node_load_PATH $install_dir/node_modules/ghost-cli/bin/ghost update $(ynh_app_upstream_version) \
|
||||||
--no-prompt --no-auto-rollback --no-restart
|
--no-prompt --no-auto-rollback --no-restart
|
||||||
|
|
Loading…
Add table
Reference in a new issue