Compare commits

..

2 commits

Author SHA1 Message Date
5e618cd058 update READMEs 2024-11-15 11:37:31 +00:00
178bd2923f deploy pre-built HTML: eliminate 'npm build' 2024-11-15 11:37:31 +00:00
3 changed files with 0 additions and 7 deletions

View file

@ -4,9 +4,6 @@
# COMMON VARIABLES
#=================================================
# NodeJS version
nodejs_version=18
#=================================================
# PERSONAL HELPERS
#=================================================

View file

@ -14,8 +14,6 @@ ynh_script_progression --message="Removing system configurations related to $app
ynh_remove_nginx_config
ynh_remove_nodejs
#=================================================
# END OF SCRIPT
#=================================================

View file

@ -23,8 +23,6 @@ chown -R "$app:www-data" "$install_dir"
#=================================================
ynh_script_progression --message="Restoring the NGINX configuration..." --weight=1
ynh_install_nodejs --nodejs_version="$nodejs_version"
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================