mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:41:42 +00:00
comandos correctos
This commit is contained in:
parent
3b616198ea
commit
a0441a858e
2 changed files with 2 additions and 2 deletions
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
|||
cleanup: rake cleanup:everything
|
||||
cleanup: bundle exec rake cleanup:everything
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Limpiar mensualmente
|
||||
check program cleanup
|
||||
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv " as uid "rails" gid "http-data"
|
||||
with path "/usr/bin/foreman run -f /srv/Procfile -d /srv cleanup" as uid "rails" gid "http-data"
|
||||
every "0 3 1 * *"
|
||||
if status != 0 then alert
|
||||
|
|
Loading…
Reference in a new issue