Update scripts/upgrade

This commit is contained in:
denis 2024-11-17 13:52:26 -05:00
parent 1a11858766
commit c98f188741

View file

@ -49,6 +49,7 @@ pushd $install_dir
ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend generate
ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend migrate
ynh_hide_warnings ynh_exec_as_app yarn build
ynh_hide_warnings ynh_exec_as_app bash -c "echo "BASE_API_URL=http://127.0.0.1:8000" >> ./packages/next/.env"
popd
#=================================================