commit 4faf3bf476ff16e8de0fb4c235d1413f5b7ee5e7 parent 6e7d8d10ac8ae02ff721cfe51c7b8768f8e4f960 Author: Demonstrandum <moi@knutsen.co> Date: Sun, 17 May 2020 01:34:07 +0100 Bash is retarded. Diffstat:
M | Procfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Procfile b/Procfile @@ -1,3 +1,3 @@ # Keep alive, lol. -worker: while true; do curl 'simp-o-matic.herokuapp.com' &; sleep 900; done +worker: while true; do curl 'simp-o-matic.herokuapp.com' & sleep 300; done web: yarn start