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