Update upgrade
This commit is contained in:
parent
48e57fc5dc
commit
6338c46f02
1 changed files with 19 additions and 0 deletions
|
@ -103,6 +103,25 @@ pushd "$final_path"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# SPECIFIC UPGRADE
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Upgrading Uptime Kuma other dependencies..." --weight=1
|
||||||
|
|
||||||
|
pushd "$final_path"
|
||||||
|
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm ci --production
|
||||||
|
popd
|
||||||
|
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# SPECIFIC UPGRADE
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Upgrading Uptime Kuma yet another dependencies..." --weight=1
|
||||||
|
|
||||||
|
|
||||||
|
pushd "$final_path"
|
||||||
|
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run download-dist
|
||||||
|
popd
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue