mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix error in install
This commit is contained in:
parent
514a09f21e
commit
9d671c8fc1
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ pushd "$final_path/live"
|
||||||
sudo -u "$app" env PATH=$PATH yarn install --pure-lockfile
|
sudo -u "$app" env PATH=$PATH yarn install --pure-lockfile
|
||||||
sudo -u "$app" echo "SAFETY_ASSURED=1">> .env.production
|
sudo -u "$app" echo "SAFETY_ASSURED=1">> .env.production
|
||||||
sudo -u "$app" env PATH=$PATH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails db:migrate --quiet
|
sudo -u "$app" env PATH=$PATH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails db:migrate --quiet
|
||||||
sudo -u "$app" env PATH=$PTH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails assets:precompile --quiet
|
sudo -u "$app" env PATH=$PATH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails assets:precompile --quiet
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue