1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
This commit is contained in:
Éric Gaspar 2024-06-17 23:41:59 +02:00
parent 0d1b0c7ca9
commit 259313349d
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.2-bcmath, php8.2-cli, php8.2-curl, php8.2-dom, php8.2-gd, php8.2-gmp, php8.2-iconv, php8.2-intl, php8.2-mbstring, php8.2-mysql, php8.2-mysqli, php8.2-opcache, php8.2-redis, php8.2-xml, php8.2-zip"
packages = "mariadb-server, php8.3-bcmath, php8.3-cli, php8.3-curl, php8.3-dom, php8.3-gd, php8.3-gmp, php8.3-iconv, php8.3-intl, php8.3-mbstring, php8.3-mysql, php8.3-mysqli, php8.3-opcache, php8.3-redis, php8.3-xml, php8.3-zip"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"

View file

@ -80,7 +80,7 @@ ynh_script_progression --message="Deploying..."
pushd "$install_dir"
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install --production=true
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn run production
ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan monica:update --force
popd