1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/decidim_ynh.git synced 2024-09-03 18:26:00 +02:00

Update restore

This commit is contained in:
yalh76 2022-05-06 08:18:25 +02:00
parent 45ab3abea0
commit badb3b91ea

View file

@ -129,11 +129,6 @@ ynh_script_progression --message="Building app..."
pushd "$final_path/live"
ynh_secure_remove --file="$final_path/live/Gemfile.lock"
bundle add figaro --skip-install
bundle add passenger --group production --skip-install
bundle add delayed_job_active_record --group production --skip-install
bundle add daemons --group production --skip-install
echo 'gem "whenever", require: false' >> "Gemfile"
bundle install
ynh_exec_warn_less ynh_exec_as $app env RAILS_ENV=production RACK_ENV=production $ynh_ruby_load_path bin/rails assets:precompile
popd