1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

update bundler

This commit is contained in:
anmol 2019-01-07 12:10:51 +05:30
parent e685d4d27a
commit ad188b0013

View file

@ -212,6 +212,7 @@ chown -R "$app": "$final_path"
cd "$final_path/live" cd "$final_path/live"
su mastodon <<INSTALL su mastodon <<INSTALL
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler $final_path/.rbenv/versions/2.5.3/bin/gem install bundler
$final_path/.rbenv/versions/2.5.3/bin/gem bundle update --bundler
$final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test $final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
yarn install --production --no-progress --non-interactive --silent yarn install --production --no-progress --non-interactive --silent
echo "SAFETY_ASSURED=1">> .env.production echo "SAFETY_ASSURED=1">> .env.production