Ajout du bundle lors de la mise à jour

This commit is contained in:
Benoît S. 2017-06-15 12:39:08 +02:00
parent fef3b0ef8a
commit 77be0164d5

View file

@ -332,7 +332,8 @@ Le principe des mises à jour est basé sur un `git pull` et un `git checkout`.
# sudo -iu mastodon
$ cd mastodon
$ git fetch
$ git checkout $(git tag | tail -n 1)
$ git checkout <VERSION>
$ bundle install --deployment --without development test
$ bundle exec rails db:migrate
$ yarn install --pure-lockfile
$ bundle exec rails assets:precompile