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:
parent
b9fc55ae81
commit
d898b11074
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue