mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
parent
ae79219a68
commit
a154d8e02e
1 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,9 @@ Dir.chdir APP_ROOT do
|
|||
system! 'bin/rake db:setup'
|
||||
|
||||
puts "\n== Removing old logs and tempfiles =="
|
||||
system! 'bin/rails log:clear tmp:clear'
|
||||
system! 'bin/rake log:clear tmp:clear'
|
||||
|
||||
puts "\n== Restarting application server =="
|
||||
system! 'bin/rails restart'
|
||||
system! 'touch tmp/restart.txt'
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue