Skip to content

Quick fix to allow nginx to be installed before another app#3

Merged
ryansmith3136 merged 2 commits intoryansmith3136:masterfrom
a-warner:master
May 22, 2013
Merged

Quick fix to allow nginx to be installed before another app#3
ryansmith3136 merged 2 commits intoryansmith3136:masterfrom
a-warner:master

Conversation

@a-warner
Copy link
Copy Markdown
Contributor

I think the nginx buildpack should run before any other buildpack, since heroku-buildpack-multi outputs the result of the last buildpack to run (as far as I can tell). As such, it looks like we lose some of the configured process types; heroku run rake for example won't work unless the version of ruby on the server happens to match the version expect by your app. It should be bundle exec rake, which gets setup by heroku-buildpack-ruby (but only if it's the last buildpack to run).

a-warner and others added 2 commits May 14, 2013 15:27
- Buildpack-multi only reports the output from the last buildpack,
and we want to make sure that the right ruby process types get
detected for heroku
ryansmith3136 pushed a commit that referenced this pull request May 22, 2013
* Create bin dir unless it exists
* Run the nginx buildpack last
@ryansmith3136 ryansmith3136 merged commit 351ae5f into ryansmith3136:master May 22, 2013
kakutani referenced this pull request in kakutani/nginx-buildpack Mar 7, 2017
Changed the nginx version and added a status module for additional mo…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants