From b6a05c18c32725934581fe6fafbd630386680998 Mon Sep 17 00:00:00 2001 From: eyoshinaga Date: Mon, 9 Apr 2018 23:25:33 +0900 Subject: [PATCH 1/4] update index.html Change to the text and color --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index fac9ecf8a..a0ed185ab 100755 --- a/public/index.html +++ b/public/index.html @@ -7,8 +7,8 @@
-

Heroku Flow Demo App

-

Running with Heroku Flow

+

Heroku Flow Demo App

+

Built with Heroku

From 0073d0a01f4a4c55e3945858db0e7de4de968c42 Mon Sep 17 00:00:00 2001 From: eyoshinaga Date: Tue, 10 Apr 2018 00:08:51 +0900 Subject: [PATCH 2/4] Update Procfile --- 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! 🍪" From e13b200ee50507251c12ec7fb61752ecc57891d8 Mon Sep 17 00:00:00 2001 From: eyoshinaga Date: Tue, 10 Apr 2018 01:08:03 +0900 Subject: [PATCH 3/4] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index a0ed185ab..a45d25349 100755 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@
-

Heroku Flow Demo App

+

Heroku CI Demo App

Built with Heroku

From 12fa2cfa11080ed36f3f89cb7d19e7b1b69fdf22 Mon Sep 17 00:00:00 2001 From: eyoshinaga Date: Tue, 10 Apr 2018 01:08:46 +0900 Subject: [PATCH 4/4] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index a45d25349..8c0fc017d 100755 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@
-

Heroku CI Demo App

+

Heroku CI Demo App

Built with Heroku