From 2e9caed8c20212f595f7ec2d9d1d6af43d1eee75 Mon Sep 17 00:00:00 2001 From: Marco Oteri <56251298+mrocao@users.noreply.github.com> Date: Sat, 9 Jul 2022 11:50:16 +0200 Subject: [PATCH 1/2] Update index.html changed text and colour --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index a4ff53256..f0d63b4b5 100755 --- a/public/index.html +++ b/public/index.html @@ -7,8 +7,8 @@
-

Panorama Trail!

-

Running with Heroku Flow

+

Panorama Trail!

+

Built with Heroku Flow

From eea779f0ad55c82ebc141394ff68c5155ecd7c49 Mon Sep 17 00:00:00 2001 From: Marco Oteri <56251298+mrocao@users.noreply.github.com> Date: Sat, 9 Jul 2022 12:04:31 +0200 Subject: [PATCH 2/2] Update Procfile Added stage --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index b82746306..4ef35c392 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! 🍪"