Skip to content

Instantly share code, notes, and snippets.

@danhigham
Created September 28, 2017 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danhigham/f3a071bc1df51b04f2b340be980c4a2f to your computer and use it in GitHub Desktop.
Save danhigham/f3a071bc1df51b04f2b340be980c4a2f to your computer and use it in GitHub Desktop.
Pushing with multiple buildpacks

Manifest looks like this;

---
name: ssas
memory: 256MB
instances: 1

If I want to push the app with multiple buildpacks, I do this;

cf push ssas -b https://github.com/stomita/heroku-buildpack-phantomjs -b https://github.com/cloudfoundry/nodejs-buildpack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment