mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix:command to make user admin
This commit is contained in:
parent
925cc82050
commit
1e84113155
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ ynh_replace_string "#SMTP_OPENSSL_VERIFY_MODE=peer" "SMTP_OPENSSL_V
|
||||||
$final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
|
$final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
|
||||||
yarn install --production --no-progress --non-interactive --silent
|
yarn install --production --no-progress --non-interactive --silent
|
||||||
echo "SAFETY_ASSURED=1">> .env.production
|
echo "SAFETY_ASSURED=1">> .env.production
|
||||||
RAILS_ENV=production $final_path/live/bin/bundle exec rails db:setup --quiet
|
RAILS_ENV=production $final_path/live/bin/bundle exec rails db:migrate --quiet
|
||||||
RAILS_ENV=production $final_path/live/bin/bundle exec rails assets:precompile --quiet
|
RAILS_ENV=production $final_path/live/bin/bundle exec rails assets:precompile --quiet
|
||||||
INSTALL
|
INSTALL
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue