From b6a0e828d2309fa6874627a524384e1baf74fb2f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 13 Jan 2017 23:36:35 +0000 Subject: [PATCH] Prepare deploy --- .buildpacks | 2 ++ Procfile | 1 + runtime.txt | 1 + 3 files changed, 4 insertions(+) create mode 100644 .buildpacks create mode 100644 Procfile create mode 100644 runtime.txt diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..0d654d3 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +https://github.com/heroku/heroku-buildpack-nodejs +https://github.com/heroku/heroku-buildpack-python diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..0d0900b --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: pelican -v && npm start diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..78082e3 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.5.1