From 56aac81175eed02454a916de906a5a66ca9c36c9 Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Sun, 7 Oct 2018 21:23:41 -0700
Subject: [PATCH] Deploy via `now` instead of `up`

---
 now.json | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 now.json

diff --git a/now.json b/now.json
new file mode 100644
index 0000000..144e6db
--- /dev/null
+++ b/now.json
@@ -0,0 +1,8 @@
+{
+    "name": "go-httpbin",
+    "type": "docker",
+    "public": true,
+    "alias": [
+        "httpbingo.org"
+    ]
+}
-- 
GitLab