mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix
This commit is contained in:
parent
2604054b96
commit
1e5720f85b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue