Run bin/rails app:update
All checks were successful
Ruby CI / test (pull_request) Successful in 22s

This commit is contained in:
Andrew Tomaka 2025-06-05 21:04:49 -04:00
parent c1213aa57f
commit 89fdef1e8a
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
9 changed files with 80 additions and 1 deletions

View file

@ -22,6 +22,7 @@ FileUtils.chdir APP_ROOT do
puts "\n== Preparing database =="
system! "bin/rails db:prepare"
system! "bin/rails db:reset" if ARGV.include?("--reset")
puts "\n== Removing old logs and tempfiles =="
system! "bin/rails log:clear tmp:clear"