diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 0000000..a122269 --- /dev/null +++ b/manifest.yml @@ -0,0 +1,5 @@ +--- +applications: +- name: angular-cms + command: node server.js + buildpack: https://github.com/cloudfoundry/heroku-buildpack-nodejs.git \ No newline at end of file