diff options
| author | anmol <github@datamol.org> | 2019-01-07 12:10:51 +0530 |
|---|---|---|
| committer | anmol <github@datamol.org> | 2019-01-07 12:10:51 +0530 |
| commit | ad188b0013bc0f0d5427d7582a0077abff4293d0 (patch) | |
| tree | 02e82eb8eb37d8497191f6314efb419b80af73ae /scripts | |
| parent | e685d4d27a5bf08556c737e7aa7c9d86e22bbdac (diff) | |
| download | mastodon_ynh-ad188b0013bc0f0d5427d7582a0077abff4293d0.tar.gz mastodon_ynh-ad188b0013bc0f0d5427d7582a0077abff4293d0.tar.bz2 mastodon_ynh-ad188b0013bc0f0d5427d7582a0077abff4293d0.zip | |
update bundler
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install index f82126b..3bae370 100644 --- a/scripts/install +++ b/scripts/install @@ -212,6 +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/gem bundle update --bundler $final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test yarn install --production --no-progress --non-interactive --silent echo "SAFETY_ASSURED=1">> .env.production |
