1
0
Fork 0
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:
nemsia 2018-05-11 16:49:34 +02:00 committed by GitHub
parent 7743c8316b
commit 673a84b280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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