Capistrano recipe

This commit is contained in:
Manuel Maldonado
2015-08-12 01:36:42 +02:00
parent d86eb9f550
commit 4b501ee46b
26 changed files with 453 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
<%= fetch(:deploy_to) %>/shared/log/*.log {
daily
missingok
rotate 52
compress
delaycompress
notifempty
sharedscripts
endscript
copytruncate
}