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! 🍪" diff --git a/public/index.html b/public/index.html index fac9ecf8a..8c0fc017d 100755 --- a/public/index.html +++ b/public/index.html @@ -7,8 +7,8 @@
-

Heroku Flow Demo App

-

Running with Heroku Flow

+

Heroku CI Demo App

+

Built with Heroku