aboutsummaryrefslogtreecommitdiff
path: root/heroku.yml
diff options
context:
space:
mode:
Diffstat (limited to 'heroku.yml')
-rw-r--r--heroku.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/heroku.yml b/heroku.yml
new file mode 100644
index 0000000..bb4f45c
--- /dev/null
+++ b/heroku.yml
@@ -0,0 +1,8 @@
+# https://devcenter.heroku.com/articles/heroku-yml-build-manifest
+# Officially unsupported, but works.
+build:
+ languages:
+ - go
+
+run:
+ web: go-getting-started