From 77be0164d5ed3ecebd9598740b7304d6c3678dff Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 15 Jun 2017 12:39:08 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20bundle=20lors=20de=20la=20mise=20?= =?UTF-8?q?=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMastodon.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index c84d95d2..e2448416 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -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 +$ bundle install --deployment --without development test $ bundle exec rails db:migrate $ yarn install --pure-lockfile $ bundle exec rails assets:precompile