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

clean upgrade

This commit is contained in:
nemsia 2017-05-22 00:22:19 +02:00
parent ab809ca078
commit a8b521b84a

View file

@ -40,7 +40,7 @@ sudo systemctl stop mastodon-*.service
# Change owner of live folder
sudo chown -R $app: $final_path/live
# upgrade Node.js v4 to v6
# upgrade Node.js v4 to v6
node_version=$(nodejs --version)
if [[ $node_version =~ ^v4.*$ ]]; then
pushd /opt
@ -79,10 +79,9 @@ ynh_package_install pkg-config libprotobuf-dev protobuf-compiler
# Apply Mastodon upgrade
sudo su - $app <<COMMANDS
pushd ~/live
# pkg-config libprotobuf-dev protobuf-compiler
bin/bundle install
yarn install --pure-lockfile
# RAILS_ENV=production bundle exec rails assets:clean
RAILS_ENV=production bundle exec rails assets:clean
RAILS_ENV=production bundle exec rails assets:precompile
RAILS_ENV=production bundle exec rails db:migrate
COMMANDS