diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 0789620..0d9bddd 100644 --- a/scripts/install +++ b/scripts/install @@ -212,7 +212,7 @@ chown -R "$app": "$final_path" cd "$final_path/live" su mastodon <<INSTALL $final_path/.rbenv/versions/2.5.3/bin/gem install bundler - $final_path/.rbenv/versions/2.5.3/bin/bundle install --deployment --force --without development test + $final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test --quiet yarn install --production --no-progress --non-interactive --silent echo "SAFETY_ASSURED=1">> .env.production RAILS_ENV=production $final_path/live/bin/bundle exec rails db:migrate --quiet |
