From b11c1761bb7326dfe0d42778131849553f0fa5ce Mon Sep 17 00:00:00 2001 From: olegpishcheyko <108465434+olegpishcheyko@users.noreply.github.com> Date: Tue, 26 Jul 2022 22:34:30 +0300 Subject: [PATCH] Update Procfile Create a new branch for this commit and start a pull request --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index b827463..4ef35c3 100755 --- a/Procfile +++ b/Procfile @@ -1,3 +1,4 @@ web: npm start worker: node -e "setInterval(function(){console.log('working')}, 1000);" clock: node -e "setInterval(function(){console.log('tick')}, 1000);" +release: echo "You created a new release on Heroku. Here's a cookie! 🍪"