mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Remove assets:clean and pkg-config
This commit is contained in:
parent
d61e0e1197
commit
fb0ac8b519
1 changed files with 2 additions and 2 deletions
|
@ -69,10 +69,10 @@ ynh_package_install pkg-config libprotobuf-dev protobuf-compiler
|
|||
# Apply Mastodon upgrade
|
||||
sudo su - $app <<COMMANDS
|
||||
pushd ~/live
|
||||
pkg-config libprotobuf-dev protobuf-compiler
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue