mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Update upgrade
This commit is contained in:
parent
7743c8316b
commit
673a84b280
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ sudo ln -s $final_path/.rbenv/versions/2.5.1/bin/ruby /usr/bin/ruby || true
|
|||
sudo su - $app <<MCOMMANDS
|
||||
pushd ~/live
|
||||
$final_path/.rbenv/versions/2.5.1/bin/gem install bundler
|
||||
bin/bundle install --deployment --without development test
|
||||
$final_path/.rbenv/versions/2.5.1/bin/bundle install --deployment --without development test
|
||||
yarn install --pure-lockfile
|
||||
MCOMMANDS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue