From 4d25ea9c0384a643b39155f374be5f7758146d8e Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Sun, 5 Apr 2020 17:08:31 +0100 Subject: [PATCH] Switch to Heroku Closes #15. --- Procfile | 1 + README.md | 2 +- now.json | 4 ---- 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 Procfile delete mode 100644 now.json diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..0c17c5f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bin/ppicd -p $PORT diff --git a/README.md b/README.md index df1064b..740a4e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-ppic -Profile picture generation service written in Go. A demo can be found at [ppic.now.sh](https://ppic.now.sh/hello). +Profile picture generation service written in Go. A demo can be found at [go-ppic.herokuapp.com](https://go-ppic.herokuapp.com/hello). `go-ppic` provides two commands; [`ppicd`](#ppicd) and [`ppic`](#ppic). diff --git a/now.json b/now.json deleted file mode 100644 index e422189..0000000 --- a/now.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "ppic", - "alias": ["ppic.now.sh"] -}