Skip to content

Instantly share code, notes, and snippets.

@jandubois
Created June 7, 2016 21:24
Show Gist options
  • Save jandubois/ea253f5b42ad1f316a1474a29ccc4d96 to your computer and use it in GitHub Desktop.
Save jandubois/ea253f5b42ad1f316a1474a29ccc4d96 to your computer and use it in GitHub Desktop.
$ cat .buildpacks
nodejs_buildpack
php_buildpack
$ cf push multi
Starting app multi in org hpe / space myspace as admin...
[...]
Staging...
=====> Locating Admin Buildpack: nodejs_buildpack
=====> Detected Framework: node.js 1.5.8
-------> Buildpack version 1.5.8
[...]
=====> Locating Admin Buildpack: php_buildpack
=====> Detected Framework: php 4.3.7
[...]
Using release configuration from last framework (php 4.3.7).
Exit status 0
Staging complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment