Skip to content

Commit

Permalink
RAILS_SERVE_STATIC_FILES should be true in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Nov 10, 2024
1 parent 89df3ad commit ab0a1cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ builder:
env:
clear:
SKIP_COVERAGE: "1"
RAILS_SERVE_STATIC_FILES: true
RAILS_LOG_LEVEL: debug
SOLID_QUEUE_IN_PUMA: true
secret:
Expand Down

0 comments on commit ab0a1cc

Please sign in to comment.