leafo / heroku-buildpack-lua

Run Lua on Heroku!
http://leafo.net
90 stars 27 forks source link

Persist $STACK env variable #5

Closed vdel26 closed 10 years ago

vdel26 commented 10 years ago

Otherwise this variable is only available during the buildpack compile step (see: https://devcenter.heroku.com/articles/buildpack-api#stacks) It is useful to have it always available so that an application can be deployed in a different way based on the stack.