From 05199d6b9c2e9836342e83fa831abfe66b8c3103 Mon Sep 17 00:00:00 2001 From: Yalh Date: Wed, 23 Jan 2019 03:58:37 +0100 Subject: [PATCH] Switch from GIT to release deployment --- scripts/install | 4 ++-- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 2dfc87f..4b112da 100755 --- a/scripts/install +++ b/scripts/install @@ -158,8 +158,8 @@ CREATE EXTENSION IF NOT EXISTS unaccent;CREATE EXTENSION IF NOT EXISTS citext;" ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src -#ynh_setup_source "$final_path" -git clone https://git.pleroma.social/pleroma/pleroma "$final_path/$app" +ynh_setup_source "$final_path/$app" +#git clone https://git.pleroma.social/pleroma/pleroma "$final_path/$app" #================================================= # NGINX CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index e32c8ff..c8410f6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -85,8 +85,8 @@ path_url=$(ynh_normalize_url_path $path_url) #================================================= # Download, check integrity, uncompress and patch the source from app.src -#ynh_setup_source "$final_path" -( cd $final_path/$app && git pull ) +ynh_setup_source "$final_path/$app" +#( cd $final_path/$app && git pull ) #================================================= # NGINX CONFIGURATION