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:
parent
9a114971d3
commit
05199d6b9c
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue