0

Currently, heroku assumes my app is a ruby app because it has a Gemfile. But I just want to use compass/foundation in my build process, and have a Gemfile so that things are versioned in a standard way. The app is a static site, so I want heroku to run it on the php stack (which works fine if I remove my Gemfile).

1 Answer 1

1

You can override the default buildpack resolution like this

heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-php

See the documentation on using custom buildpacks for details.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.