aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/upgrade1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index 117a95f..d1f985e 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -50,6 +50,7 @@ sudo git checkout $(git tag | tail -n 1)
# Apply Mastodon upgrade
sudo su - $app <<COMMANDS
+pushd ~/live
bin/bundle install
yarn install --pure-lockfile
RAILS_ENV=production bundle exec rails assets:clean