1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Switch from GIT to release deployment

This commit is contained in:
Yalh 2019-01-23 03:58:37 +01:00 committed by yalh76
parent 9a114971d3
commit 05199d6b9c
2 changed files with 4 additions and 4 deletions

View file

@ -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 ynh_app_setting_set $app final_path $final_path
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
#ynh_setup_source "$final_path" ynh_setup_source "$final_path/$app"
git clone https://git.pleroma.social/pleroma/pleroma "$final_path/$app" #git clone https://git.pleroma.social/pleroma/pleroma "$final_path/$app"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION

View file

@ -85,8 +85,8 @@ path_url=$(ynh_normalize_url_path $path_url)
#================================================= #=================================================
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
#ynh_setup_source "$final_path" ynh_setup_source "$final_path/$app"
( cd $final_path/$app && git pull ) #( cd $final_path/$app && git pull )
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION