[fix] Pushd

This commit is contained in:
nemsia 2017-04-29 23:50:30 +02:00 committed by GitHub
parent b9fc55ae81
commit d898b11074

View file

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