Created
June 7, 2016 21:24
-
-
Save jandubois/ea253f5b42ad1f316a1474a29ccc4d96 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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