aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authoranmol <github@datamol.org>2019-01-07 21:24:46 +0530
committeranmol <github@datamol.org>2019-01-07 21:24:46 +0530
commit04f41b9cb2ab1f1820abd340f30344615a3dd812 (patch)
treeda424c647484771db1bc9150e9cb6099bdb2df1e /scripts/install
parent1e5720f85b8becf011241441d94663f4ede6aeb4 (diff)
downloadmastodon_ynh-04f41b9cb2ab1f1820abd340f30344615a3dd812.tar.gz
mastodon_ynh-04f41b9cb2ab1f1820abd340f30344615a3dd812.tar.bz2
mastodon_ynh-04f41b9cb2ab1f1820abd340f30344615a3dd812.zip
Fix
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install
index 0d9bddd..0789620 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/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test --quiet
+ $final_path/.rbenv/versions/2.5.3/bin/bundle install --deployment --force --without development test
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