diff options
| author | anmol <github@datamol.org> | 2019-01-07 21:24:46 +0530 |
|---|---|---|
| committer | anmol <github@datamol.org> | 2019-01-07 21:24:46 +0530 |
| commit | 04f41b9cb2ab1f1820abd340f30344615a3dd812 (patch) | |
| tree | da424c647484771db1bc9150e9cb6099bdb2df1e | |
| parent | 1e5720f85b8becf011241441d94663f4ede6aeb4 (diff) | |
| download | mastodon_ynh-04f41b9cb2ab1f1820abd340f30344615a3dd812.tar.gz mastodon_ynh-04f41b9cb2ab1f1820abd340f30344615a3dd812.tar.bz2 mastodon_ynh-04f41b9cb2ab1f1820abd340f30344615a3dd812.zip | |
Fix
| -rw-r--r-- | scripts/install | 2 |
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 |
