mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix install
This commit is contained in:
parent
25a9339c6e
commit
4c1e29326d
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ chown -R "$app": "$final_path"
|
||||||
$final_path/live/bin/bundle install \
|
$final_path/live/bin/bundle install \
|
||||||
-j$(getconf _NPROCESSORS_ONLN) \
|
-j$(getconf _NPROCESSORS_ONLN) \
|
||||||
--deployment --without development test
|
--deployment --without development test
|
||||||
$final_path/live gem install bundler:1.16.6
|
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
echo "SAFETY_ASSURED=1">> .env.production
|
echo "SAFETY_ASSURED=1">> .env.production
|
||||||
RAILS_ENV=production $final_path/live/bin/bundle exec rails db:migrate --quiet
|
RAILS_ENV=production $final_path/live/bin/bundle exec rails db:migrate --quiet
|
||||||
|
|
Loading…
Add table
Reference in a new issue