mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
fix ovh for upgrade script
This commit is contained in:
parent
8137cff733
commit
e63f148d93
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ ynh_add_nginx_config
|
||||||
ynh_print_info --message="Upgrading dependencies..."
|
ynh_print_info --message="Upgrading dependencies..."
|
||||||
|
|
||||||
# Install nodejs
|
# Install nodejs
|
||||||
ynh_install_nodejs --nodejs_version=8
|
#ynh_install_nodejs --nodejs_version=8
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
ynh_install_app_dependencies $pkg_dependencies
|
ynh_install_app_dependencies $pkg_dependencies
|
||||||
|
@ -182,7 +182,7 @@ ynh_store_file_checksum "$final_path/config/production.yaml"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
yarn install --production --pure-lockfile
|
#yarn install --production --pure-lockfile
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue