From 23e83330d9c69fc3c5f1bdf7f86f6e4835dab541 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 2 May 2023 13:57:17 +0200 Subject: [PATCH] Add just config (again) --- scripts/install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/install b/scripts/install index f6efa25..d6b2294 100644 --- a/scripts/install +++ b/scripts/install @@ -64,14 +64,17 @@ ynh_install_extra_app_dependencies --repo="https://proget.makedeb.org prebuilt-m #makedeb -si #cd .. +export WITH_DOCKER=no # or source .env ? +source "$install_dir/.env" + +ynh_script_progression --message="Configuring Bonfire release..." --weight=1 +cd $install_dir +ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc just config + #================================================= # Building the release #================================================= -ynh_script_progression --message="Configuring Bonfire release..." --weight=1 - -export WITH_DOCKER=no # or source .env ? -source "$install_dir/.env" -cd $install_dir +ynh_script_progression --message="Building Bonfire release..." --weight=1 ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc just rel-build #================================================= @@ -80,9 +83,6 @@ ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc just rel-build release_folder="_build/prod/rel/bonfire" -ynh_exec_warn ls _* -ynh_exec_warn ls $install_dir/_build/ - # Database created before, let's run the migrations ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "just cmd $release_folder/bin/bonfire eval 'EctoSparkles.Migrator.migrate()'"