From 7587343f0d0deab2a2c88478b3f1d1f401d2c21e Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 18 Oct 2019 23:28:52 -0700 Subject: [PATCH] add heroku.yml --- README.md | 5 +++++ heroku.yml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 heroku.yml diff --git a/README.md b/README.md index 72c2ce8..76d34e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This software generates random codenames for projects. +I have intentionally excluded words that are long, confusing, hard to spell, +as well as occupations, animal names with negative connotations, and some +foods and body parts in an attempt to avoid randomly generating negative, +threatening, or disgusting code names. + # See Also [docker diff --git a/heroku.yml b/heroku.yml new file mode 100644 index 0000000..8eec25b --- /dev/null +++ b/heroku.yml @@ -0,0 +1,3 @@ +build: + docker: + web: Dockerfile