1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

[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