ActiDoo / gamification-engine-dokku

Heroku/Dokku deployable application for the gamification engine
GNU Affero General Public License v3.0
8 stars 19 forks source link

Support of heroku-16 with nginx-buildpack #6

Open feldi-online opened 7 years ago

feldi-online commented 7 years ago

There are two different stacks at Heroku at the moment (cedar-14 and heroku-16). The default stack has recently changed to heroku-16. This is sadly not supported by one of our dependencies (ryandotsmith/nginx-buildback).

A work around is the manual change of the used stack with heroku stack:set cedar-14 -a <app_name> before the deploy and after creating the app. You find more Information here https://github.com/ryandotsmith/nginx-buildpack/issues/68

wini3d commented 7 years ago

Hi, So how do I set this up with the heroku one click install?

feldi-online commented 7 years ago

Thanks for the hint, I adjusted the app.json file and added the old stack there. Now the one-click deploy button works again.

fweffort commented 3 years ago

Any chance this can be fixed again?