Revert to asset precompilation in production

This commit is contained in:
2025-07-26 00:10:59 +02:00
parent eb2d45ddc2
commit ef0f3cbae3
2 changed files with 6 additions and 2 deletions

View File

@@ -62,6 +62,10 @@ editor:
bundle exec rails credentials:edit
Precompile assets:
RAILS_ENV=production bundle exec rails assets:precompile
### Database
Grant database user and privileges:
@@ -77,7 +81,7 @@ Copy config template and update database configuration:
Run database creation and migration tasks:
RAILS_ENV="production" bundle exec rake db:create db:migrate db:seed
RAILS_ENV=production bundle exec rails db:create db:migrate db:seed
Running