How can I use ruby build tools in a php app and deploy to heroku? -


currently, heroku assumes app ruby app because has gemfile. want use compass/foundation in build process, , have gemfile things versioned in standard way. app static site, want heroku run on php stack (which works fine if remove gemfile).

you can override default buildpack resolution this

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

see documentation on using custom buildpacks details.


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -