diff --git a/bin/update b/bin/update index 34bd0bdcd..c1968201d 100755 --- a/bin/update +++ b/bin/update @@ -21,6 +21,9 @@ chdir APP_ROOT do puts "\n== Updating database ==" system! 'bin/rails db:migrate' + puts "\n== Running after_party tasks ==" + system! 'bin/rails after_party:run' + puts "\n== Removing old logs ==" system! 'bin/rails log:clear'