mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:26:21 +00:00
Merge branch 'cleanup' into panel.sutty.nl
This commit is contained in:
commit
17ac1d6f4e
2 changed files with 2 additions and 2 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
cleanup: rake cleanup:everything
|
||||
cleanup: bundle exec rake cleanup:everything
|
||||
stats: bundle exec rake stats:process_all
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Limpiar mensualmente
|
||||
check program cleanup
|
||||
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv " as uid "rails" gid "www-data"
|
||||
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv cleanup" as uid "rails" gid "www-data"
|
||||
every "0 3 1 * *"
|
||||
if status != 0 then alert
|
||||
|
||||
|
|
Loading…
Reference in a new issue